We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aeaaa9 commit 4433117Copy full SHA for 4433117
gui/SinglePatientComponent/LayersInteractorSidePanel/ActionsInteractor/ActionsInteractorWidget.py
@@ -454,7 +454,7 @@ def reset(self):
454
self.run_segmentation_postop.setEnabled(False)
455
self.run_rads_preop.setEnabled(False)
456
self.run_rads_postop.setEnabled(False)
457
- self.run_rads_surgical.setStyleSheet(False)
+ self.run_rads_surgical.setEnabled(False)
458
self.action_type_combobox.setEnabled(False)
459
self.action_type_combobox.setCurrentIndex(0)
460
self.timestamp_target_combobox.setEnabled(False)
0 commit comments