Page MenuHomePhabricator

LevelWindow does not disappear when last image is deleted from DataStorage
Closed, ResolvedPublic

Description

When the last image is deleted from DataStorage the Level Window Slider remains as it was, just as if the image is still available.

Event Timeline

[SVN revision 21099]
FIX (#3247): DataStorageChanged is now splitted into two methods one for removal of DataTreeNodes and one for changes on them. SetAutoTopMostImage now filters the removed image from DataStorage predicate so that it could not be the selected image anymore.