Page MenuHomePhabricator

crash after undoing a cropping
Closed, ResolvedPublic

Description

if you undo a cropping made with the imagecropper-bundle, any interaction with the multiwidget leads to a crash

Event Timeline

only clicking in one of the 2D-views lead to the crash, other interaction is possible. When clicking inside a 2D-view, the NodeDeleted callback function is executed.

[SVN revision 22955]
FIX (#3724): added a destructor for opExchangeNodes (which is a mitk::Operation). when called, it removes the observers from m_Node, m_OldData and m_NewData

Merging "applicazion modules" component with "ExtApp plugins"