Page MenuHomePhabricator

PointBasedRegistrationView does not recognize all Data selection changes
Closed, ResolvedPublic

Description

If the PointBasedRegistration-View is used, the user needs to click into the view to make sure that the data selection is updated.

This is due to the fact that the View does not make use of the OnSelectionChanged method. The best solution would be to port the code to use OnSelectionChanged.

Event Timeline

This also occurs in several other classes,
the problem is, that ISelectionListener is extended and within this
a standard filter to events is applied,
looking for "Datamanager" as name, when in fact,
it should filter for "Data Manager", so I changed this is all occuring files.

3x Registration
1x QBallReconstruction

New remote branch pushed: bug-16215-FixDataManagerFilter