https://bugs.kde.org/show_bug.cgi?id=417566
--- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> --- Investigated. We haven't changed anything our side. Scrolling momentum is being faked at a lower level. angleDelta and pixelDelta keep being sent after a physical scroll finishes which adds up and goes psycho. We don't have QWheelEvent::phase() data which would be ideal for detecting these fake events. At best, I can bodge it by checking for pixelDelta and setting a different target to trigger the action, but it's not a proper fix and that could break setups without the fake scrolls. Which means I'm stuck. -- You are receiving this mail because: You are watching all bug changes.