Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.6.0
-
None
-
Mac OS 10.6
-
8eaeb1d4415d19a43b20fffe46c2b29fd609bba1
Description
I have a timeline with objects in it, done with QGraphicsView.
The current position marker is also a QGraphicsItem. Now, for autoscrolling the timeline i just call graphicsView->ensureVisible( markerItem ); during the mouseMove() event (while the marker is being dragged). This worked fine in 4.5.3, in RC 4.6 i get several copies of the marker which are not cleared, seems like a glitch in the new drawing mechanism.
Attachments
Issue Links
- depends on
-
QTBUG-8120 Fix partial repaint and scrolling issues on Mac
- Closed