Start pointer gestures with fingerCount fingers not time fingers
This commit is contained in:
parent
ca4e643d67
commit
3bebd3dce4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue