https://bugs.kde.org/show_bug.cgi?id=407595
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/869aaea7c1c7b9 |krita/commit/d6b1e66ee75a6b |fd0f09232290706745d84f23ae |e721c45deab08591f1309c0122 --- Comment #4 from Boudewijn Rempt <b...@valdyas.org> --- Git commit d6b1e66ee75a6be721c45deab08591f1309c0122 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 20/06/2019 at 10:33. Pushed by rempt into branch 'krita/4.2'. Don't eat mouse press events on Linux Since we explicitly accept all the tablet press events, Linux is guaranteed not to generate any synthesized mouse presses for them. Therefore, we shouldn't eat them. On Windows, the events are synthesized by the OS, so we need to eat them still. M +8 -1 libs/ui/input/kis_input_manager.cpp https://invent.kde.org/kde/krita/commit/d6b1e66ee75a6be721c45deab08591f1309c0122 -- You are receiving this mail because: You are watching all bug changes.