Index: sources/gui/qml/components/RangeSlider.qml =================================================================== diff -u -rb07e8c91cabe64f9bc29b3653d27083b5cf96cb5 -r9ac163d4aeadc39a1bcd1d8110991f32e37fc806 --- sources/gui/qml/components/RangeSlider.qml (.../RangeSlider.qml) (revision b07e8c91cabe64f9bc29b3653d27083b5cf96cb5) +++ sources/gui/qml/components/RangeSlider.qml (.../RangeSlider.qml) (revision 9ac163d4aeadc39a1bcd1d8110991f32e37fc806) @@ -248,7 +248,7 @@ radius : _root.isRoundedEnds ? (height/2) : Variables.rangeRectRadius border.width: _root.hasBorder ? Variables.rangeRectBorderWidth : 0 - border.color: (_root.minAdjusted && _root.maxAdjusted) ? Colors.borderButton : Colors.borderDisableButton + border.color: (_root.minAdjusted && _root.maxAdjusted) ? Colors.sliderProgressBorderActive : Colors.borderDisableButton decimal : _root.decimal