Ensure flickable velocity is updated when under heavy load.
authorMartin Jones <martin.jones@nokia.com>
Thu, 1 Dec 2011 01:48:59 +0000 (11:48 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 1 Dec 2011 02:51:25 +0000 (03:51 +0100)
commit51f869699ed4e91860ee58579832ec986a971f12
tree9e55f0579dc7dd9a9005405780f3e6086d442bc4
parenta04e66191b9c61c1dc0d4e9d23172830bfd0b892
Ensure flickable velocity is updated when under heavy load.

If the Flickable is forced to move very quickly due to highlight motion
the smoothed velocity animation may not have an opportunity to run
before being reset, resulting in the velocity not being updated.  In this
case just set the velocity directly since the motion is driven by an
animation anyway.

Change-Id: I1e5e9396f4c1cd12e95c6ac47941dad25e4aa897
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
src/declarative/items/qquickflickable.cpp