We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f492e commit cb811c0Copy full SHA for cb811c0
1 file changed
qt6/src/qml/Slider.qml
@@ -99,7 +99,7 @@ T.Slider {
99
startX: control.horizontal ? 0 : sliderGroove.width / 2
100
startY: control.horizontal ? sliderGroove.height / 2 : sliderGroove.height
101
PathLine {
102
- x: control.horizontal ? (control.handleType < 0 ? control.handle.x + control.handle.width : control.handle.x) : sliderGroove.width / 2
+ x: control.horizontal ? control.handle.x : sliderGroove.width / 2
103
y: control.horizontal ? sliderGroove.height / 2 : control.handle.y + control.handle.height / 2
104
}
105
0 commit comments