diff options
author | Alberto Mardegan <[email protected]> | 2012-07-05 18:10:34 +0400 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-07-16 02:30:52 +0200 |
commit | 80dd824864df17bb1293a4438325f2b20306861b (patch) | |
tree | 0dafc29e090daf32a8d769c172aa00d1326d8957 /src/quick/items/qquickmousearea_p_p.h | |
parent | c87df269c0590f5d0b9837d539a5c119e401b750 (diff) |
MouseArea: use current value of drag.axis
If the drag.axis is changed while a drag operation is in progress, put
it into action immediately. This allows, for example, start a dragging
operation out of an item in a scrollable ListView to anywhere on the
screen.
See the linked bug number for an example.
Task-number: QTBUG-26440
Change-Id: Id4219d44d1066dd962319086ac1f2a2a75bb2525
Reviewed-by: Damian Jansen <[email protected]>
Reviewed-by: Martin Jones <[email protected]>
Diffstat (limited to 'src/quick/items/qquickmousearea_p_p.h')
-rw-r--r-- | src/quick/items/qquickmousearea_p_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quick/items/qquickmousearea_p_p.h b/src/quick/items/qquickmousearea_p_p.h index aa28da88bc..743cf9ee8c 100644 --- a/src/quick/items/qquickmousearea_p_p.h +++ b/src/quick/items/qquickmousearea_p_p.h @@ -89,8 +89,6 @@ public: bool hovered : 1; bool longPress : 1; bool moved : 1; - bool dragX : 1; - bool dragY : 1; bool stealMouse : 1; bool doubleClick : 1; bool preventStealing : 1; |