https://bugs.kde.org/show_bug.cgi?id=410797
--- Comment #9 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 1a1ba081471bc90fe456609c2dbecc9af14f5cfb by Dmitry Kazakov. Committed on 16/08/2019 at 17:21. Pushed by dkazakov into branch 'krita/4.2'. Possibly fix freeze on painting when using weird tablet drivers Some tablet drivers (Lenovo Yoga on Linux) have a bug [0] when the stylus changes its own ID right in the middle of the stroke/hovering. Sometimes they also generate spurious tabler press/release events. In Krita such behavior may lead to recursive tool switching right in the middle of TabletPress processing. Which could lead to a stroke started twice, which basically leads to a freeze. [0] - https://github.com/linuxwacom/input-wacom/issues/66#issuecomment-463349786 M +2 -0 libs/ui/input/kis_shortcut_matcher.cpp M +2 -0 libs/ui/tool/kis_tool_freehand.cc https://invent.kde.org/kde/krita/commit/1a1ba081471bc90fe456609c2dbecc9af14f5cfb -- You are receiving this mail because: You are watching all bug changes.