Skip to content

Commit

Permalink
Merge pull request #1553 from bnmajor/overlay-vis-from-state
Browse files Browse the repository at this point in the history
Ensure overlay visibility checkbox is updated on state load
  • Loading branch information
bnmajor authored Aug 3, 2023
2 parents b85af6e + 8a6ad67 commit 6cbdb4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hexrd/ui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6cbdb4d

Please sign in to comment.