Remove Comment TODO

CURA-4412
This commit is contained in:
A.Sasin 2017-10-10 16:20:17 +02:00
parent c17493af3e
commit ed8e5309b5

View file

@ -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)