https://bugs.kde.org/show_bug.cgi?id=459767
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/e2d68a7a4 | |8984c3436a0b80a9eafd6ef1b8e | |a138 Resolution|--- |FIXED --- Comment #3 from Dmitry Kazakov <[email protected]> --- Git commit e2d68a7a48984c3436a0b80a9eafd6ef1b8ea138 by Dmitry Kazakov. Committed on 18/11/2022 at 10:06. Pushed by dkazakov into branch 'master'. Fix selection tool to handle the modifiers correctly On FocusIn we emulate all the key presses that came while Krita was out of focus. Though we forgot to emulate QEvent::KeyPress, which is necessary for the selection tools to parse their own modifiers. M +3 -13 libs/ui/input/kis_input_manager.cpp M +36 -3 libs/ui/input/kis_input_manager_p.cpp M +1 -0 libs/ui/input/kis_input_manager_p.h M +15 -0 libs/ui/input/kis_shortcut_matcher.cpp M +9 -0 libs/ui/input/kis_shortcut_matcher.h https://invent.kde.org/graphics/krita/commit/e2d68a7a48984c3436a0b80a9eafd6ef1b8ea138 -- You are receiving this mail because: You are watching all bug changes.
