https://bugs.kde.org/show_bug.cgi?id=439774
Bug ID: 439774 Summary: Paint assistants does not follow stylus because Pen Pointer Input (WinInk) on canvas does not move system cursor Product: krita Version: nightly build (please specify the git hash!) Platform: Microsoft Windows OS: Microsoft Windows Status: REPORTED Severity: normal Priority: NOR Component: Tablets (tablet issues are only very rarely bugs in Krita!) Assignee: krita-bugs-n...@kde.org Reporter: al...@alvinhc.com CC: dimul...@gmail.com Target Milestone: --- This can also be observed in the tablet tester, that the mouse move events are not sent during a stroke, but only the mouse down and up events are sent. Here is the thing, if the widget handles tablet events and the QPA decides it should synthesize mouse events instead of letting Windows do it, it needs to do it for the whole stroke from start to finish (or until the pointer has been cancelled) by tracking with a flag, not by relying on whether the subsequent QTabletEvent's are accepted or not. -- You are receiving this mail because: You are watching all bug changes.