diff --git a/src/input.cpp b/src/input.cpp index b605b05103..09c92e0cdf 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -1562,7 +1562,7 @@ public: { auto seat = waylandServer()->seat(); seat->setTimestamp(time); - seat->startPointerHoldGesture(time); + seat->startPointerHoldGesture(fingerCount); return true; } bool holdGestureEnd(quint32 time) override