When there is a rubberband active for a QwtPlotZoomer and I disable the zoomer then the rubberband stays active.
Is there anyway to also remove the active rubberband?
When there is a rubberband active for a QwtPlotZoomer and I disable the zoomer then the rubberband stays active.
Is there anyway to also remove the active rubberband?
When looking at the code of QwtPicker ( the base class of QwtPlotZoomer ) the rubberband overlay widget is removed, when calling QwtPicker::setEnabled( false ).
Uwe
Bookmarks