diff --git a/plugins/SimulationView/LayerSlider.qml b/plugins/SimulationView/LayerSlider.qml index 342ec829b9..841472a836 100644 --- a/plugins/SimulationView/LayerSlider.qml +++ b/plugins/SimulationView/LayerSlider.qml @@ -323,10 +323,10 @@ Item return result } - function setValueManually(handle, value) + function setValueManually(value) { sliderRoot.manuallyChanged = true - handle.setValue(value) + lowerHandle.setValue(value) } // set the slider position based on the lower value