summaryrefslogtreecommitdiffstats
path: root/src/other/swipemodefilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other/swipemodefilter.cpp')
-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;