PathView was moving view too soon on drag
authorMartin Jones <martin.jones@nokia.com>
Mon, 14 May 2012 02:49:52 +0000 (12:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 14 May 2012 03:37:29 +0000 (05:37 +0200)
commit9575a325c2abce55c7fb2c33c916252790f00352
treed3a5cf9eaa61c3ddbf371660da8e9b4d5932c5a7
parentf2502e261155685ac7a4a2ec085c4524e23db278
PathView was moving view too soon on drag

In order to allow gesture grabbing to work correctly, the view shouldn't
react to a drag until the event after the one that triggered it.

Change-Id: I3b84e501aa0f82da821498fa26abe8bbf66a6252
Reviewed-by: Bea Lam <bea.lam@nokia.com>
src/quick/items/qquickpathview.cpp
tests/auto/quick/qquickpathview/tst_qquickpathview.cpp