Skip to content

Commit cb811c0

Browse files
JWWTSLdeepin-bot[bot]
authored andcommitted
Fixed: Optimized feedback volume display
Log: Referencing v20 version, initial value set to 0 pms: bug-350837
1 parent 37f492e commit cb811c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qt6/src/qml/Slider.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ T.Slider {
9999
startX: control.horizontal ? 0 : sliderGroove.width / 2
100100
startY: control.horizontal ? sliderGroove.height / 2 : sliderGroove.height
101101
PathLine {
102-
x: control.horizontal ? (control.handleType < 0 ? control.handle.x + control.handle.width : control.handle.x) : sliderGroove.width / 2
102+
x: control.horizontal ? control.handle.x : sliderGroove.width / 2
103103
y: control.horizontal ? sliderGroove.height / 2 : control.handle.y + control.handle.height / 2
104104
}
105105
}

0 commit comments

Comments
 (0)