To reproduce:
1- Open workbench and the segmentation plugin
2- load segmentation file /or load any image and create a new segmentation
3- close segmentation GUI
4- deselect the segmentation node
5- crash
Description
Description
Related Objects
Related Objects
- Mentioned In
- T27033: Clean up stale remote branches
Event Timeline
Comment Actions
Deselecting the segmentation invokes a call of the OnWorkingNodeVisibilityChanged() method in the QmitkSegmentationView, although the view is disabled. Is a call of this method really desired in this case?
A fast workaround is to exit the method directly, if the view is deactivated.
Comment Actions
[b0a5b6]: Merge branch 'bug-16107-crash-on-segmentation-visibility-changed'
Merged commits:
2013-09-19 10:56:58 Andreas Fetzer [536a8d]
Removed unnecessary observer registration. This is done in OnNodeAdded of the segmentation view