Once the QmitkMeasurementView is closed the remaining planar figures in the data storage are not removed. If interaction with these planar figures is wanted, the application crashes.
This is due to some observer, that are added in the QmitkMeasurementBundle to the planar figures with a callback function within QmitkMeasurmentBundle. If the bundle is destroyed those callback functions are no longer available.
Description
Description
Related Objects
Related Objects
- Mentioned In
- T27033: Clean up stale remote branches
Event Timeline
Comment Actions
Mentioned this issue in the MITK meeting. Solution: Remove all observers and interactor in the destructor of the measurement. So no Planar Figure interaction is possible after Measurement Bundle is closed.