PDA

View Full Version : Qwt 4.2.0 BUG?



munna
15th March 2006, 07:12
Hi,

I am using Qwt 4.2.0 with Qt 3.3.6.

I have a plot and a plotzoomer. When I zoom in on the plot and then right click, the plot automatically zooms out to the plot zommer's base values.

Can someone pls confirm this ?

Thaks a lot.

jacek
15th March 2006, 09:52
When I zoom in on the plot and then right click, the plot automatically zooms out to the plot zommer's base values.
It's not a bug:
QwtEventPattern::MouseSelect2 or QwtEventPattern::KeyHome unzoom to the initial size.

This might disable that behavior:
zoomer->setMousePattern( QwtEventPattern::MouseSelect2, Qt::NoButton );