Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ def updateMRMLFromGUI(self):

self.scriptedEffect.parameterSetNode().SetNodeReferenceID(self.ROI_NODE_REFERENCE_ROLE, self.roiSelector.currentNodeID)

# restore the effect-specific cursor in the case where the user has created a new ROI using the roiSelector combobox
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix indentation of comment.

slicer.modules.SegmentEditorWidget.editor.applySegmentEffectCursor(self.scriptedEffect)

def processInteractionEvents(self, callerInteractor, eventId, viewWidget):
abortEvent = False

Expand Down