Skip to content

Use upstream scroll implementations for Combobox and SpinBox

Nate Graham requested to merge ngraham/qqc2-desktop-style:less-onWheel into master

There is no reason to use a MouseArea to handle onWheel for these controls, because they provide the wheelEnabled: property that can be used to turn on that same behavior upstream, and it works just fine.

cc @ndavis

Merge request reports