Page MenuHomePhabricator

QmitkSelectionServiceConnector wrongly emits empty node lists if workbench part changes
Closed, ResolvedPublic

Description

The QmitkSelectionServiceConnector emits empty node lists via ServiceSelectionChanged. E.g. if you select in the data manager and select the slice navigator view afterwards, the connector emits an empty lists. This is unwanted behavior. It should be handled like in the QmitkAbstractView. There Null selections do not gernerate an empty list but are forwarded into an own function (OnNullSelection()).

Revisions and Commits

rMITK MITK