Skip to content

Commit

Permalink
Merge pull request #1298 from psavery/pinhole-mask-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvbernier authored Oct 7, 2022
2 parents 7bf3d9d + 8f2a7f4 commit e6aac14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hexrd/ui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ def setup_connections(self):
HexrdConfig().detectors_changed.connect(
self.on_detectors_changed)
HexrdConfig().deep_rerender_needed.connect(self.deep_rerender)
HexrdConfig().raw_masks_changed.connect(
self.ui.image_tab_widget.load_images)
HexrdConfig().raw_masks_changed.connect(self.update_all)
HexrdConfig().recent_images_changed.connect(
self.update_view_recent_images_list)

Expand Down

0 comments on commit e6aac14

Please sign in to comment.