https://bugs.kde.org/show_bug.cgi?id=436079

--- Comment #3 from Nate Graham <n...@kde.org> ---
You can supply them with this as a testcase:


```

import QtQuick 2.6
import QtQuick.Controls 2.15 as QQC2

Item {
    implicitWidth: 500
    implicitHeight: 300

    QQC2.Slider {
        wheelEnabled: true
        snapMode: Slider.SnapAlways
        anchors.centerIn: parent
        from: 1
        stepSize: 1
        to: 10
    }
}

Just position the cursor over the slider and scroll with a touchpad. The handle
will move freely, rather than snapping to the tickmarks.

```

After you file the bug report, can you please link it here, bu putting it in
the URL field? Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to