Hello,

I'm using Qwt6 (SVN) I have two zoomers in my plot (one for yLeft/xBottom, the other for yRight/xTop). The thing is, each time I zoom in or zoom out, I see the plot render two times - once for each zoomer.
Since the data I'm plotting is quite large (curves with 10K points), the two redraws are clearly visible. I traced it to QwtPlotZoomer::rescale(), where it explicitly calls replot().
Is this a bug?

Thanks, Alexander.