markusschwenk / midieditor

Provides an interface to edit, record, and play Midi data
GNU General Public License v3.0
470 stars 69 forks source link

Hotfix: scroll wheel #18

Closed dgslomin closed 5 years ago

dgslomin commented 5 years ago

fix for handling QWheelEvent messages in the MatrixWidget

Handles both two-dimensional and one-dimensional scrolling devices (e.g., trackpads and traditional mouse scroll wheels, respectively).

daslomin-microsoft commented 5 years ago

Successfully tested on all three platforms.