Remove unworking code that I forgot to remove after explaining a

possible solution to myself.

Contributes to CURA-5725
This commit is contained in:
Diego Prado Gesto 2018-09-18 17:09:57 +02:00
parent c31f584e5b
commit 13cab3653e

View File

@ -323,10 +323,10 @@ Item
return result return result
} }
function setValueManually(handle, value) function setValueManually(value)
{ {
sliderRoot.manuallyChanged = true sliderRoot.manuallyChanged = true
handle.setValue(value) lowerHandle.setValue(value)
} }
// set the slider position based on the lower value // set the slider position based on the lower value