mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 12:09:13 +08:00
Fix machine selection drop down
Not sure if this was a merge issue or just not properly renamed
This commit is contained in:
parent
5a3e780ef6
commit
8833e11cdb
@ -124,11 +124,11 @@ Item
|
||||
text: model.name;
|
||||
checkable: true;
|
||||
checked: model.active;
|
||||
exclusiveGroup: machineMenuGroup;
|
||||
exclusiveGroup: machineSelectionMenuGroup;
|
||||
onTriggered: UM.MachineManager.setActiveMachineInstance(model.name);
|
||||
}
|
||||
onObjectAdded: machineMenu.insertItem(index, object)
|
||||
onObjectRemoved: machineMenu.removeItem(object)
|
||||
onObjectAdded: machineSelectionMenu.insertItem(index, object)
|
||||
onObjectRemoved: machineSelectionMenu.removeItem(object)
|
||||
}
|
||||
|
||||
ExclusiveGroup { id: machineSelectionMenuGroup; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user