mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
fixing reloadvalue manager
CURA-10542
This commit is contained in:
parent
abc0719aa3
commit
59d6593c17
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ UM.Dialog
|
||||||
}
|
}
|
||||||
function reloadValue()
|
function reloadValue()
|
||||||
{
|
{
|
||||||
manager.manager.setDropToBuildPlateForModel(checkDropModels.checked)
|
manager.setDropToBuildPlateForModel(checkDropModels.checked)
|
||||||
checkDropModels.checked = UM.Preferences.getValue("physics/automatic_drop_down")
|
checkDropModels.checked = UM.Preferences.getValue("physics/automatic_drop_down")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue