summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlli Werwolff <qt-info@nokia.com>2011-04-19 13:21:08 +0200
committerOlli Werwolff <qt-info@nokia.com>2011-04-19 13:21:08 +0200
commit9fe289a0a968fe7ead90e5d01abac9e2689123ac (patch)
tree19b3c48e491c5d01c8a62ca328ed0e24c97aa2fd
parent4b648eff142ff93952058ecdfcf7c0dd506c5556 (diff)
Fixed missing state assignment in swipe mode
-rw-r--r--src/other/swipemodefilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other/swipemodefilter.cpp b/src/other/swipemodefilter.cpp
index 43d0b34..21cbd83 100644
--- a/src/other/swipemodefilter.cpp
+++ b/src/other/swipemodefilter.cpp
@@ -127,7 +127,7 @@ bool SwipeModeFilter::sceneEventFilter(QGraphicsItem *watched, QEvent *event)
"dispatchTouchEvent",
widget->widgetId,
touchEvent);
- mState = updateThirdPoint;
+ mState = setThirdPoint;
return true;
default:
return true;