https://bugs.kde.org/show_bug.cgi?id=510993
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/865428c | |a89ab7d7335336d2bc1fb215eff | |c9c65b Status|ASSIGNED |RESOLVED --- Comment #12 from Dmitry Kazakov <[email protected]> --- Git commit 865428ca89ab7d7335336d2bc1fb215effc9c65b by Dmitry Kazakov, on behalf of Carsten Hartenfels. Committed on 25/12/2025 at 19:53. Pushed by dkazakov into branch 'master'. [android] Treat 3+-finger-touch cancels as ends Because at minimum Xiaomi Pad devices always cancel touch events that use more than two fingers, no matter how hard the user tries to turn the system gestures in that regard off. We now treat those occurrences as if the user ended the touch normally and trigger the appropriate shortcut. "Normal" Android devices don't cancel these events for any reason as far as I can tell, so it should have no detrimental effect there. If the user really does want to use a system gesture assigned to three or more fingers, they can disable the respective canvas shortcuts in Krita to resolve the conflict. M +28 -3 libs/ui/input/kis_input_manager.cpp M +1 -0 libs/ui/input/kis_input_manager_p.h https://invent.kde.org/graphics/krita/-/commit/865428ca89ab7d7335336d2bc1fb215effc9c65b -- You are receiving this mail because: You are watching all bug changes.
