mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Remove a few more usages of deprecated functions
This commit is contained in:
parent
3fe5c9fc6a
commit
ff0a18603b
6 changed files with 8 additions and 8 deletions
|
@ -50,7 +50,7 @@ UM.Dialog
|
|||
UM.SettingDefinitionsModel
|
||||
{
|
||||
id: definitionsModel
|
||||
containerId: base.visible ? Cura.MachineManager.activeDefinitionId: ""
|
||||
containerId: base.visible ? Cura.MachineManager.activeMachine != null ? Cura.MachineManager.activeMachine.definition.id: "" : ""
|
||||
showAll: true
|
||||
exclude: ["command_line_settings"]
|
||||
showAncestors: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue