https://bugs.kde.org/show_bug.cgi?id=410940
--- Comment #7 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 7fee359c6add17b48ecee8f9b4054333c9585a28 by Dmitry Kazakov. Committed on 16/08/2019 at 16:14. Pushed by dkazakov into branch 'master'. Fix lost scroll events when tablet is in the proximity If there is a really heavy flow of events, the OS will start compressing wheel events into bigger deltas. So we should do multiple zoom actions, not one. It might fix the problem on Windows, but it will *not* fix the problem on Linux, because on Linux XCB just drops all the MOTION events for the mouse-wheel subdevice and sends DEVICE_CHANGED events instead. And there is no easy way to generate QWheelEvent from DEVICE_CHANGED event. M +11 -4 libs/ui/input/kis_input_manager.cpp https://invent.kde.org/kde/krita/commit/7fee359c6add17b48ecee8f9b4054333c9585a28 -- You are receiving this mail because: You are watching all bug changes.