mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:35:58 +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
|
||||
function setValue (value) {
|
||||
|
||||
// TODO: improve this?
|
||||
UM.LayerView.setMinimumLayer(value)
|
||||
|
||||
var diff = (value - sliderRoot.maximumValue) / (sliderRoot.minimumValue - sliderRoot.maximumValue)
|
||||
|
Loading…
x
Reference in New Issue
Block a user