Skip to content

Commit

Permalink
ENH: hiding Segmentations... button
Browse files Browse the repository at this point in the history
  • Loading branch information
che85 committed Sep 18, 2017
1 parent 5731bb6 commit 151ddc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QuantitativeReporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ def setup(self):
super(QuantitativeReportingSegmentEditorWidget, self).setup()
if self.developerMode:
self.reloadCollapsibleButton.hide()
self.editor.switchToSegmentationsButtonVisible = False
self.editor.segmentationNodeSelectorVisible = False
self.editor.setEffectButtonStyle(qt.Qt.ToolButtonIconOnly)
self.clearSegmentationEditorSelectors()
Expand Down

0 comments on commit 151ddc4

Please sign in to comment.