https://bugs.kde.org/show_bug.cgi?id=431708
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/7b9ee471b |hics/krita/commit/28f3d7bb3 |5a1d62b55646d934637fecc2415 |345baaa6800caa0ae06a7033350 |5cab |7258 --- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 28f3d7bb3345baaa6800caa0ae06a70333507258 by Dmitry Kazakov. Committed on 05/02/2021 at 12:02. Pushed by dkazakov into branch 'krita/4.3'. Fix lockout in the scratchpad when using right button on a tablet The tablet driver may generate mouse/tablet events in an interleaved way, so we should make sure that not more than one stroke is started at the same time. M +10 -0 libs/ui/widgets/kis_scratch_pad.cpp M +1 -0 libs/ui/widgets/kis_scratch_pad.h M +43 -22 libs/ui/widgets/kis_scratch_pad_event_filter.cpp M +2 -0 libs/ui/widgets/kis_scratch_pad_event_filter.h https://invent.kde.org/graphics/krita/commit/28f3d7bb3345baaa6800caa0ae06a70333507258 -- You are receiving this mail because: You are watching all bug changes.