summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativemousearea/data/nested.2.png
Commit message (Collapse)AuthorAgeFilesLines
* Flickable and MouseArea were too eager to take/keep mouse grab.Martin Jones2010-11-241-0/+0
This meant that they would sometimes act upon a drag immediately, rather than waiting for a nested area to take the grab. This resulted in a short jump before future events were handled by the nested item. Task-number: QTBUG-15568 Reviewed-by: Bea Lam