Code review comment for lp:~josharenson/unity8/fix-scope-managment-scrolling

Revision history for this message
Albert Astals Cid (aacid) wrote :

This fixes the dragItem not moving on autoscroll for me http://paste.ubuntu.com/22893661/

The reason is that dragItem.y is only updated by QtQuick on mouse move and moving the flickable is not a mouse move so we need to give it a hand.

« Back to merge proposal