aboutsummaryrefslogtreecommitdiff
path: root/src/gui.rs
diff options
context:
space:
mode:
authortslil clingman <>2020-01-21 21:49:41 -0800
committertslil clingman <>2020-01-21 21:49:41 -0800
commit12be9c779da86a4e68ac69819bf22e351172c948 (patch)
treebd9cae2d87338289c21363d535c091d983d658e1 /src/gui.rs
parentfa04cc6ecf3ac1b4b8e8561c5969ee64f09f59fa (diff)
fixed tall stack nonsense, improved parser
Diffstat (limited to 'src/gui.rs')
-rw-r--r--src/gui.rs2
1 files changed, 1 insertions, 1 deletions
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 {