mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Remove Comment TODO
CURA-4412
This commit is contained in:
parent
c17493af3e
commit
ed8e5309b5
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue