Skip to content

Commit

Permalink
Merge pull request #868 from psavery/fix-image-loaded-updates
Browse files Browse the repository at this point in the history
These should be calling their respective functions
  • Loading branch information
psavery authored Mar 26, 2021
2 parents e57ace9 + 08896af commit 8cb859f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hexrd/ui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,10 @@ def open_image_files(self):

def images_loaded(self, enabled=True):
self.ui.action_transform_detectors.setEnabled(enabled)
self.update_color_map_bounds
self.update_hedm_enable_states
self.color_map_editor.reset_range
self.image_mode_widget.reset_masking
self.update_color_map_bounds()
self.update_hedm_enable_states()
self.color_map_editor.reset_range()
self.image_mode_widget.reset_masking(enabled)

def open_aps_imageseries(self):
# Get the most recent images dir
Expand Down

0 comments on commit 8cb859f

Please sign in to comment.