https://bugs.kde.org/show_bug.cgi?id=479972
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from cwo <[email protected]> --- (In reply to Nate Graham from comment #5) > In MonthView.qml, we add a WheelHandler item to try to override the scroll > behavior. But it seems to not work at all; removing it changes nothing. The problem is that this WheelHandler is restricted to mouse devices, and Qt seems to think every mouse I have (and my trackpoint) are all touchpads, so it does nothing. Not sure why Qt seems to think everything is a touchpad, Kwin seems to set the wayland pointer events correctly. -- You are receiving this mail because: You are watching all bug changes.
