Index: sources/gui/qml/components/SliderCreateTreatment.qml =================================================================== diff -u -r2dd4e9c952d65e68f1c81a1cfc13d1f96b0d7d43 -r00ed70b03062c6f4fa1bfd2e515efd777e086f85 --- sources/gui/qml/components/SliderCreateTreatment.qml (.../SliderCreateTreatment.qml) (revision 2dd4e9c952d65e68f1c81a1cfc13d1f96b0d7d43) +++ sources/gui/qml/components/SliderCreateTreatment.qml (.../SliderCreateTreatment.qml) (revision 00ed70b03062c6f4fa1bfd2e515efd777e086f85) @@ -53,6 +53,10 @@ anchors.horizontalCenter: parent.horizontalCenter + function reset(vValue) { + _slider.reset(vValue) + } + function setColor() { let color = Colors.textMain if ( ! _root.valid ) { color = Colors.createTreatmentInvalidParam ; return color }