QwtPicker trackerPosition
Brought to you by:
rathmann
Hi,
There appears to be a minor bug in QwtPicker when the tracker is enabled. The tracker position is only updated in QwtPicker::widgetMouseMoveEvent, but not in QwtPicker::widgetMousePressEvent. As a result, the tracker can sometimes appear in the wrong location with incorrect coordinates.
To reproduce the issue:
QwtPicker::begin(), but only if the tracker position hasn’t been initialized yet.
Anonymous