Skip to content

Commit

Permalink
Disable TOF selection when loading in progress. this refs #49
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed May 22, 2023
1 parent 06fbf67 commit 3dbfc2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hyperctui/autonomous_reconstruction/select_tof_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,12 @@ def check_table_state(self):
o_table.unblock_signals()

def projections_changed(self):
self.ui.setEnabled(False)
self.load_images()
self.update_top_view()
self.display_tof_profile()
self.update_display_regions()
self.ui.setEnabled(True)

def instrument_settings_changed(self):
distance_source_detector = str(self.ui.distance_source_detector_value.text())
Expand Down

0 comments on commit 3dbfc2a

Please sign in to comment.