summaryrefslogtreecommitdiffstats
path: root/src/ui/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/state.rs')
-rw-r--r--src/ui/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/state.rs b/src/ui/state.rs
index 390a803..dba0206 100644
--- a/src/ui/state.rs
+++ b/src/ui/state.rs
@@ -137,7 +137,7 @@ impl UIState {
let grid = self.grids.get(&self.current_grid).unwrap();
grid.set_active(false);
- grid.tick(); // Trick the grid to invalide the cursor's rect.
+ //grid.tick(); // Trick the grid to invalide the cursor's rect.
self.current_grid = grid_id;