Hi,

I use both QwtPlotZoomer and QwtPlotPanner - both working very well.

What I've noticed is that, if I do zooning, it is easy to "return"/reset to the default view using the QwtEventPattern::MouseSelect2, but I cannot find any corresponding "reset" of panning. If I have zoomed in or out and then done panning, then the QwtEventPattern::MouseSelect2 works well (it will "reset" both zooming and panning). However, if I only do panning (stay at default zoom level), then I don't know of any simple way to reset to default panning/view except if I first do zooming. Is there any kind of "one-click" reset of panning I could use which I have not found?