mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 07:35:59 +08:00
Remove Comment TODO
CURA-4412
This commit is contained in:
parent
c17493af3e
commit
ed8e5309b5
@ -235,7 +235,6 @@ Item {
|
|||||||
// set the slider position based on the lower value
|
// set the slider position based on the lower value
|
||||||
function setValue (value) {
|
function setValue (value) {
|
||||||
|
|
||||||
// TODO: improve this?
|
|
||||||
UM.LayerView.setMinimumLayer(value)
|
UM.LayerView.setMinimumLayer(value)
|
||||||
|
|
||||||
var diff = (value - sliderRoot.maximumValue) / (sliderRoot.minimumValue - sliderRoot.maximumValue)
|
var diff = (value - sliderRoot.maximumValue) / (sliderRoot.minimumValue - sliderRoot.maximumValue)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user