Skip to content

Commit

Permalink
Bug removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rbumm committed Mar 16, 2021
1 parent 49c6615 commit 625b368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LungCTAnalyzer/LungCTAnalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ def shrinkLungMasks(self, millimeters=1.):
segmentEditorNode.SetSelectedSegmentID(self.leftLungMaskSegmentID)
segmentEditorWidget.setActiveEffectByName("Margin")
effect = segmentEditorWidget.activeEffect()
effect.setParameter("MarginSizeMm",str(millimeters * -1.)
effect.setParameter("MarginSizeMm",str(millimeters * -1.))
effect.self().onApply()

# Delete temporary segment editor
Expand Down

0 comments on commit 625b368

Please sign in to comment.