mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06: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
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue