Page MenuHomePhabricator

No level window after loading a project file
Closed, ResolvedPublic

Description

When saving a MITK project file with an image switched to invisible, the level window slider is not shown up anymore after loading the project again and switching the visibility property to visible. Maybe in that case there is missing a property relevant to level window.

Event Timeline

Is this only a 3M3 specific bug?

I think it affects all MITK apps with scene serialization enabled.

Either scene serialization does not serialize all properties (but I don't think so), or the level window misbehaves. Daniel, you're the level window expert, please, at least try to find the cause of this misbehavior. Me be a party team can then look for a fix.

[SVN revision 21293]
FIX (#3287): Removed check for visibility property = true for getting subset from DataStorage. Additionally added check for visibility of node from subset to mitkLevelWindowWidgetContextMenu.cpp.