Browse Source

Fixing progress bar increment error.

Fixes #34
dev
Andy Meneely 11 years ago
parent
commit
5235b15fe4
  1. 1
      lib/squib/graphics/save_doc.rb

1
lib/squib/graphics/save_doc.rb

@ -81,7 +81,6 @@ module Squib
surface = trim(@cards[i].cairo_surface, p[:trim], @width, @height)
cc.set_source(surface, x, y)
cc.paint
bar.increment
num_this_sheet += 1
x += surface.width + p[:gap]
if num_this_sheet % p[:columns] == 0 # new row

Loading…
Cancel
Save