mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
// 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…
Add table
Add a link
Reference in a new issue