diff options
Diffstat (limited to 'src/gui.rs')
| -rw-r--r-- | src/gui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -222,7 +222,7 @@ impl BoardGUI { } } // Prevent redraw of the grid itself? - self.board_window.touch(); + self.board_window.untouch(); } pub fn read_action(&mut self) -> BGAction { |
