Page MenuHomePhabricator

3D segmentation tools must take visibility of selected segmentation into account
Closed, ResolvedPublic

Description

This are actually two bugs:

T1:

  • Load image + create segmentation
  • Use e.g. threshold and confirm + tell MITK to create a new segmentation
  • New segmentation is not selected in the combo box!
  • Delete the new segmentation -> tools are disabled although there is still a valid segmentation in the data manager.

T2:

  • Now select a segmentation via combo box
  • change its visibility
  • e.g. the threshold slider are not initialized correctly
  • using the two threshold leads to a crash

Event Timeline

[9e4d41]: Merge branch 'bug-16087-3D-tools-consider-visibility'

Merged commits:

2013-09-19 10:12:58 Andreas Fetzer [5a6b59]
Since Widget is enabled according to toolmanager state there is no need to do it here. Also this lead to wrong calls of (un-)register clients on the toolmanager


2013-09-19 10:11:49 Andreas Fetzer [b4621e]
Disabled 2D and 3D ToolSelectionBoxes if segmentation is invisible

[785e6c]: Merge branch 'bug-16087-tools-are-disabled-after-node-removal'

Merged commits:

2013-09-19 17:03:43 Andreas Fetzer [86922c]
Fixed wrong selection


2013-09-19 16:38:58 Andreas Fetzer [6a8dbb]
Small code cleaning. Removed some uncommented line