Page MenuHomePhabricator

image and segmentation image get hidden after creating a new segmentation
Closed, ResolvedPublic

Description

problem: see summary

steps to reproduce:

  • compile recent MITK (my version was 7ca67412349b28bf78c072459dba8c9a2a8ce435) with segmentation bundle
  • start MITK, load Pic3D, select it in the DataManager, click "New segmentation" in the view, give some name and click ok
  • Pic3D and the new segmentation will be hidden

Event Timeline

Segmentation View needs a bigger redesign!

QuickFix cannot be done easily, because the bundle is catching all visiblity changes and reverts them in most cases. This procedaure is extremly complex and needs a redesign!! Please make sure, it covers all cases:

  • one image, one segmentation
  • one image, several segmentations

also: Need to make it CTK plugin (no StdMultiWidget, etc..)

see also
http://mbits/mbiwiki/segmentationRedesign

[2b47a0]: Merge branch 'bug-11253-NewSegmentationsAreHidden'

Merged commits:

2012-03-28 14:27:28 Stefan Kislinskiy [cc0c21]
New segmentations get selected right after creation again.