Skip to content
  • Dmitry Kazakov's avatar
    Fix wheel events in Krita 3.0 · eccae890
    Dmitry Kazakov authored
    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
    eccae890