input: fix crash on touch quicktile
If the filter filters out touchDown it also has to always filter out the matching touchUp
This commit is contained in:
parent
1a10718f6c
commit
0c7d97853e
1 changed files with 1 additions and 0 deletions
|
@ -1229,6 +1229,7 @@ public:
|
|||
m_lastGlobalTouchPos = QPointF();
|
||||
m_lastLocalTouchPos = QPointF();
|
||||
input()->touch()->setDecorationPressId(-1);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue