In the destructor of QmitkOverlays, the internal m_Widget is deleted.
However, in case of a QmitkCustomWidgetOverlay, the widget MUST NOT be deleted as it may be required somewhere else.
In the destructor of QmitkOverlays, the internal m_Widget is deleted.
However, in case of a QmitkCustomWidgetOverlay, the widget MUST NOT be deleted as it may be required somewhere else.
This has already been fixed with commit 75f3aa3752287a3eda7d7c45a51a4e2b37124625 in 'bug-11783-custom-widget-overlay'.
Integrated everywhere, nothing to do