https://bugs.kde.org/show_bug.cgi?id=417040
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/4f98a20fb |hics/krita/commit/081c38c87 |f2e64858b28ad22ca809d95c40a |63c94c79b132aafc99f1b087b88 |00be |d421 --- Comment #12 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 081c38c8763c94c79b132aafc99f1b087b88d421 by Dmitry Kazakov. Committed on 04/09/2020 at 20:27. Pushed by dkazakov into branch 'master'. Fix full-pressure blobs when using floating dockers On Windows tablet events may arrive asynchronously to the mouse events (in WinTab mode). The problem is that Qt generates Enter/Leave and FocusIn/Out events via mouse events only. It means that TabletPress may come much before Enter and FocusIn event and start the stroke. In such a case we shouldn't unblock mouse events. PS: Ideally, we should fix Qt to generate Enter/Leave and FocusIn/Out events based on tablet events as well, but it is a lot of work. M +0 -5 libs/ui/input/kis_input_manager.cpp M +0 -3 libs/ui/input/kis_input_manager.h M +21 -0 libs/ui/input/kis_input_manager_p.cpp https://invent.kde.org/graphics/krita/commit/081c38c8763c94c79b132aafc99f1b087b88d421 -- You are receiving this mail because: You are watching all bug changes.