diff --git a/src/UI/Frames/Game/PicrossFrame.rb b/src/UI/Frames/Game/PicrossFrame.rb index 368626a..653d15c 100644 --- a/src/UI/Frames/Game/PicrossFrame.rb +++ b/src/UI/Frames/Game/PicrossFrame.rb @@ -120,7 +120,7 @@ def grid=(newGrid) @grid = newGrid @drag.grid = @grid - self.redraw +#self.redraw @grid.each_cell_with_index do |cell, line, column| @cells.get_child_at(@lineOffset + column, @columnOffset + line).cell = cell