mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:39:02 +08:00
fixing reloadvalue manager
CURA-10542
This commit is contained in:
parent
abc0719aa3
commit
59d6593c17
@ -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…
x
Reference in New Issue
Block a user