diff --git a/src/hyperctui/autonomous_reconstruction/select_tof_regions.py b/src/hyperctui/autonomous_reconstruction/select_tof_regions.py index c9e4e46..8e5c045 100644 --- a/src/hyperctui/autonomous_reconstruction/select_tof_regions.py +++ b/src/hyperctui/autonomous_reconstruction/select_tof_regions.py @@ -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())