Index: sources/gui/qml/components/StoppedSlider.qml =================================================================== diff -u -r47f9c63c505b15ee0ce34e0f4771a3e138d441b2 -r5ac92066107b086997dc361d10dae9cc024def22 --- sources/gui/qml/components/StoppedSlider.qml (.../StoppedSlider.qml) (revision 47f9c63c505b15ee0ce34e0f4771a3e138d441b2) +++ sources/gui/qml/components/StoppedSlider.qml (.../StoppedSlider.qml) (revision 5ac92066107b086997dc361d10dae9cc024def22) @@ -58,6 +58,7 @@ bgColor : Colors.ufAdjustmentProgressBarBg highlightActiveColor : Colors.ufAdjustmentDeltaFill handlerActiveColor : Colors.backgroundButtonSelect + border.color : _slider.isActive ? Colors.ufProgressBarBorder : Colors.borderDisableButton progressBorderActiveColor: _slider.borderColor diameter : Variables.progressbarHandler touchMargin : Variables.createTreatmentSliderMargin @@ -98,16 +99,6 @@ } z : _lowMarker.z - 1 color : Colors.ufProgressBarFill - - Rectangle { id: _removedFillCover - anchors { - top : parent.top - bottom : parent.bottom - right : parent.right - } - width : Math.min(parent.radius, _lowMarker.x) - color : parent.color - } } RangeMarker { id: _lowMarker