-RM-117-MR-Missing resize event in custom widget event handler during widget <-> docking-arena interaction?
This may be a Qt/OSG issue.
Try the following:
- open a custom widget (for example using the HistogramView on a scalar dataset) that draws something
- drag the widget over a docking area -> the widget size changes, as does the viewport size
- pull the widget somewhere else -> the widget size changes back, however there is no resize event this time
This happens with an event handler added via customwidget->getViewer()->getView()->addEventHandler( ... ).
(from redmine: created on 2011-12-12, closed on 2012-07-13)