Page MenuHomePhabricator

QmitkAbstractNodeSelectionWidget does not react to node changes
Closed, DuplicatePublic

Description

Implementations of the QmitkAbstractNodeSelectionWidget, such as QmitkSingleNodeSelectionWidget and QmitkMultiNodeSelectionWidget do not react on node changes. That means that they do not reflect the correct node state if the nodes have been changed etc. renamed or their property has changed such that the node predicate does not accept the node anymore.

To reproduce:

  1. start MITK Workbench with Data Storage Viewer Test Plugin and open this plugin
  2. load Pic3D and select it using the node selection widgets
  3. change the name of Pic3D inside the data manager
  4. see how the selection widgets do not update the name
  5. move the mouse to the widgets -> now the names are updated