Index: sources/gui/qml/components/Slider.qml =================================================================== diff -u -rcb5477be624b09e13d5fc4498634ca621722fd0e -rccb91da4becded9a7ad409b758bba96784d9feba --- sources/gui/qml/components/Slider.qml (.../Slider.qml) (revision cb5477be624b09e13d5fc4498634ca621722fd0e) +++ sources/gui/qml/components/Slider.qml (.../Slider.qml) (revision ccb91da4becded9a7ad409b758bba96784d9feba) @@ -39,7 +39,7 @@ property alias diameter : _handler.diameter - property bool isActive : false + property bool isActive : true property alias progressRectMargin : _progressRect.margin signal progressRectClicked() @@ -125,7 +125,7 @@ decimal : _root.decimal minimum : _root.minimum maximum : _root.maximum - + height: 5 // propagation is not working on drag ! onDragged: { setValue(vMouseEvent.x)