https://bugs.kde.org/show_bug.cgi?id=411855
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/2b7df57 | |9d9efad5142b5361adc97216101 | |38a3aa --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 2b7df579d9efad5142b5361adc9721610138a3aa by Dmitry Kazakov. Committed on 13/12/2024 at 13:46. Pushed by dkazakov into branch 'master'. Remove ignoring of the mouse events in KoPathTool When we ignore the pointer press event, KisToolProxy does not emit the corresponding release event. Which breaks the state automata in KoToolProxy. So we should not do that, since this event will not be delivered anywhere else anyway. M +7 -8 libs/flake/tools/KoPathTool.cpp https://invent.kde.org/graphics/krita/-/commit/2b7df579d9efad5142b5361adc9721610138a3aa -- You are receiving this mail because: You are watching all bug changes.