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:
Xaver Hugl 2021-10-21 09:46:34 +02:00
parent 1a10718f6c
commit 0c7d97853e

View file

@ -1229,6 +1229,7 @@ public:
m_lastGlobalTouchPos = QPointF();
m_lastLocalTouchPos = QPointF();
input()->touch()->setDecorationPressId(-1);
return true;
}
return false;
}