Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
44d5bcde1713a5f51b7140259e9fd4e426a868a8
Description
PathView requires some amount of diagonal movement in order for a drag to be initiated. This is because this code accidentally uses && rather than ||:
if (qAbs(delta.x()) > QApplication::startDragDistance() && qAbs(delta.y()) > QApplication::startDragDistance()) d->stealMouse = true;