https://bugs.kde.org/show_bug.cgi?id=417040
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/4f98a20fb | |f2e64858b28ad22ca809d95c40a | |00be --- Comment #11 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 4f98a20fbf2e64858b28ad22ca809d95c40a00be by Dmitry Kazakov. Committed on 04/09/2020 at 20:16. Pushed by dkazakov into branch 'krita/4.3'. 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/4f98a20fbf2e64858b28ad22ca809d95c40a00be -- You are receiving this mail because: You are watching all bug changes.