diff --git a/src/gui/Base/HTrackpadFix.qml b/src/gui/Base/HTrackpadFix.qml index 308a4cef..507e7155 100644 --- a/src/gui/Base/HTrackpadFix.qml +++ b/src/gui/Base/HTrackpadFix.qml @@ -33,7 +33,7 @@ MouseArea { // low resolution trackpads. // When higher pixelDelta, more scroll will be applied const pixelDelta = - wheel.pixelDelta.y || + wheel.pixelDelta.y * scrollFactor || wheel.angleDelta.y / 24 * Qt.styleHints.wheelScrollLines *