fix: Only re-draw the screen if data/layout has changed

This commit is contained in:
Jack Wills
2025-02-21 16:40:34 +00:00
parent 53625e67cb
commit bfc295c50e
9 changed files with 184 additions and 49 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ impl InputHandler {
self.gui_state.lock().status_push(Status::Help);
}
self.gui_state.lock().get_intersect_panel(mouse_point);
self.gui_state.lock().check_panel_intersect(mouse_point);
}
_ => (),
}