- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    5.7.0
- 
    None
- 
        a03b6fec6b3551a6302aa1f8d7f3b0044cf27c4b
QQuickDialPrivate::snapPosition() should be synced with QQuickSliderPrivate::snapPosition().
import QtQuick 2.6 import QtQuick.Controls 2.0 ApplicationWindow { width: 360 height: 360 visible: true Dial { from: 10 to: 100 stepSize: 10 snapMode: Dial.SnapAlways onValueChanged: console.log("Value is", value) } }
- resulted from
- 
                    QTBUG-55015 RangeSlider stepSize does not properly take into account "from" -         
- Closed
 
-         
| For Gerrit Dashboard: QTBUG-55228 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 167551,2 | Dial: fix stepSize handling | 5.7 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |