Page MenuHomePhabricator

Pointset not displayed in list after loading
Closed, ResolvedPublic

Description

To reproduce:

  1. Open MITK Workbench
  2. Open a pointset
  3. Select pointset in Data Manager
  4. Open PointSet Interaction Plugin

--> Name of selected pointset is shown, but the list of points ("Current pointset") is empty.

Reinit/Global reinit does not help either...

Event Timeline

User norajitr has pushed new remote branch:

bug-19193-PointSetNotDisplayedAfterReading

[0cbc70]: Merge branch 'bug-19193-PointSetNotDisplayedAfterReading'

Merged commits:

2015-08-12 14:37:39 Tobias Norajitra [ab9e83]
Proper model reset for point list widget update.

Erroneous point list model reset calls in QmitkPointListModel::SetPointSetNode() led to the inproper update behaviour of the point list widget. Bug has been fixed by proper adjustment of point list model reset.