This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117891/

This change has been marked as submitted.


Review request for Plasma and Marco Martin.
By Eike Hein.

Updated April 30, 2014, 9:08 a.m.

Repository: kdeclarative

Description

DeclarativeDragDropEvent runs the coordinates it gets from QQuickItem::dragMoveEvent through mapFromScene(), which is unnecessary - the coordinates are already in the item's reference frame - and actually causes them to be wrong when a DeclarativeDropArea isn't at QPoint(0,0) in the scene.

Diffs

  • src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.cpp (374a09b)

View Diff