(Gestures) Ensure an update is done if gesture properties are updated. 90/20290/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 25 Apr 2014 14:36:06 +0000 (15:36 +0100)
committerDavid Steele <david.steele@partner.samsung.com>
Thu, 1 May 2014 14:29:50 +0000 (15:29 +0100)
commitf89fd48d685d7560b7bbeb528a56e59792c48871
tree6cec8f7746bf870d9a8f54bd4aae313e14d081b7
parent330b60abdec4860a4e912475d7d9504220dc4cf3
(Gestures) Ensure an update is done if gesture properties are updated.

[Problem]  If gesture properties are updated and if there are no queued messaged from the event
           thread, then update is still not run.
[Cause]    Gesture properties are updated directly rather than via a message.
[Solution] Process gestures whenever we have an update, if the properties are updated, then we
           should update the scene as well.

Change-Id: Ief1ee545fb7a3af289623cf100fe24e18f296569
Signed-off-by: David Steele <david.steele@partner.samsung.com>
dali/internal/update/gestures/scene-graph-pan-gesture.cpp
dali/internal/update/gestures/scene-graph-pan-gesture.h
dali/internal/update/manager/update-manager.cpp
dali/internal/update/manager/update-manager.h