Fix wheel events in Krita 3.0
In Qt 5.5 and later we are no longer subscribed to the synthesized mouse/wheel events of the basic x11 protocol. Instead we process the valuator-based events of XInput2. Therefore when overriding the events processing by Qt, by should also reimplement resending the wheel events. Fixes T1272
Showing
Please register or sign in to comment