https://bugs.kde.org/show_bug.cgi?id=450338
Aleix Pol <aleix...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwayland-server/commit/0 |ma/kwayland-server/commit/a |73058c90c5d8b3170a4a2dcb8ed |9f7072f7510e543d47b84ef69be |66f263ccd98f |99e58f2fea63 --- Comment #6 from Aleix Pol <aleix...@kde.org> --- Git commit a9f7072f7510e543d47b84ef69be99e58f2fea63 by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 21/02/2022 at 14:04. Pushed by apol into branch 'Plasma/5.24'. seat: Do not assert on corner touch cases Consider the cases where we get a touch move or touch up but we never received a touch down before. In the case of move, we'll simulate a touchDown right there and move on with reality. In the case of touch up, we'll just ignore the event as simulating could just be more confusing. (cherry picked from commit 073058c90c5d8b3170a4a2dcb8ed66f263ccd98f) M +15 -4 src/server/seat_interface.cpp https://invent.kde.org/plasma/kwayland-server/commit/a9f7072f7510e543d47b84ef69be99e58f2fea63 -- You are receiving this mail because: You are watching all bug changes.