From 8a6ad671ac3a3acdb7d738cce8907b1101292a9a Mon Sep 17 00:00:00 2001 From: Brianna Major Date: Wed, 2 Aug 2023 14:03:49 -0400 Subject: [PATCH] Ensure overlay visibility checkbox is updated on state load Signed-off-by: Brianna Major --- hexrd/ui/main_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hexrd/ui/main_window.py b/hexrd/ui/main_window.py index edc39caa6..8d744f72f 100644 --- a/hexrd/ui/main_window.py +++ b/hexrd/ui/main_window.py @@ -333,6 +333,7 @@ def setup_connections(self): def on_state_loaded(self): self.update_action_check_states() + self.materials_panel.update_gui_from_config() def update_action_check_states(self): checkbox_to_hexrd_config_mappings = {