Skip to content

Commit 4433117

Browse files
committed
Minor overall fixing [skip ci]
1 parent 8aeaaa9 commit 4433117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/SinglePatientComponent/LayersInteractorSidePanel/ActionsInteractor/ActionsInteractorWidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def reset(self):
454454
self.run_segmentation_postop.setEnabled(False)
455455
self.run_rads_preop.setEnabled(False)
456456
self.run_rads_postop.setEnabled(False)
457-
self.run_rads_surgical.setStyleSheet(False)
457+
self.run_rads_surgical.setEnabled(False)
458458
self.action_type_combobox.setEnabled(False)
459459
self.action_type_combobox.setCurrentIndex(0)
460460
self.timestamp_target_combobox.setEnabled(False)

0 commit comments

Comments
 (0)