Index: sources/gui/qml/components/Slider.qml =================================================================== diff -u -r7edcaf054062754370e0abd165f17ca9941b7d07 -r9f63306043e9a184ce3e71c573ef0a15d8644f95 --- sources/gui/qml/components/Slider.qml (.../Slider.qml) (revision 7edcaf054062754370e0abd165f17ca9941b7d07) +++ sources/gui/qml/components/Slider.qml (.../Slider.qml) (revision 9f63306043e9a184ce3e71c573ef0a15d8644f95) @@ -133,6 +133,9 @@ setValue(vMouseEvent.x) progressRectClicked() } + onPressChanged: { + _root.pressChanged() + } } // used loader for performance since it may not always be required.