https://bugs.kde.org/show_bug.cgi?id=410940
--- Comment #13 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 35bd69e82ce24d8339599943768b36166c2ff1e6 by Dmitry Kazakov. Committed on 13/09/2019 at 09:06. Pushed by dkazakov into branch 'krita/4.2'. 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/35bd69e82ce24d8339599943768b36166c2ff1e6 -- You are receiving this mail because: You are watching all bug changes.