Skip to content

Commit

Permalink
OULAH BIG BUG CRASH
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinp72 committed Apr 12, 2018
1 parent d048923 commit b77a405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Frames/Game/PicrossFrame.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b77a405

Please sign in to comment.