mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 02:29:08 +08:00
Remove unworking code that I forgot to remove after explaining a
possible solution to myself. Contributes to CURA-5725
This commit is contained in:
parent
c31f584e5b
commit
13cab3653e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user