I have two problem with Qwt 6.0.0-rc3. I'm on Linux and using Qt 4.7.0.
1. As you can see in the attached image, when i zoom on a plot it draws some horizontal lines near the top border where the line is outside the scale (red arrows). It seems this bug affects only the top part of the plot since in the bottom i don't see those lines (blue arrows).
2. Another bug is that the QwtPlotPicker has stopped working. I have slots connected to selected(QRectF) and moved(QRectF) and it seems these signals are not emitted anymore.
Can someone confirm these bugs / have a solution?
The same program using Qwt 5 doesn't have these problems.