https://bugs.kde.org/show_bug.cgi?id=517197
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/aa16b4b |hics/krita/-/commit/f231b24 |42443f73566169c94c8b79acf7c |cbe41366609e857b89ae6b08297 |a037e2 |47e78a --- Comment #4 from Dmitry Kazakov <[email protected]> --- Git commit f231b24cbe41366609e857b89ae6b0829747e78a by Dmitry Kazakov. Committed on 17/03/2026 at 13:18. Pushed by dkazakov into branch 'krita/6.0'. Make non-mouse multi-clicks in KisTools work By using the underlying KoToolProxy multi-click count instead of only looking for literal double-click events. Tablet and touch inputs don't have a separate double-click event, so e.g. the crop and polyline tool only reacted to them coming from an actual mouse. Now they work for all kinds of input, like they do for KoTools. Related: bug 517136 (cherry picked from commit aa16b4b42443f73566169c94c8b79acf7ca037e2) Co-authored-by: Carsten Hartenfels <[email protected]> M +5 -0 libs/flake/KoToolProxy.cpp M +1 -1 libs/flake/KoToolProxy.h M +2 -2 libs/ui/canvas/kis_tool_proxy.cpp https://invent.kde.org/graphics/krita/-/commit/f231b24cbe41366609e857b89ae6b0829747e78a -- You are receiving this mail because: You are watching all bug changes.
