aboutsummaryrefslogtreecommitdiff
path: root/src/gui.rs
diff options
context:
space:
mode:
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 {