Commit 0a84814f authored by Lorenz Meier's avatar Lorenz Meier

Slider switch: Only accep on sliding

parent 49a761e5
......@@ -55,7 +55,6 @@ Rectangle {
MouseArea {
id: sliderDragArea
anchors.fill: parent
onClicked: _root.accept()
drag.target: slider
drag.axis: Drag.XAxis
drag.minimumX: _border
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment