From 12be9c779da86a4e68ac69819bf22e351172c948 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Tue, 21 Jan 2020 21:49:41 -0800 Subject: fixed tall stack nonsense, improved parser --- src/gui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui.rs') diff --git a/src/gui.rs b/src/gui.rs index 12bc31f..428c8c1 100644 --- a/src/gui.rs +++ b/src/gui.rs @@ -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 { -- cgit v1.3.1