mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Fix exclusiveGroup for machine selection in the menu
Contributes to CURA-1278
This commit is contained in:
parent
2d77ddada4
commit
0a9382aa11
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ UM.MainWindow
|
||||||
text: model.name;
|
text: model.name;
|
||||||
checkable: true;
|
checkable: true;
|
||||||
checked: Cura.MachineManager.activeMachineId == model.id
|
checked: Cura.MachineManager.activeMachineId == model.id
|
||||||
exclusiveGroup: machineSelectionMenuGroup;
|
exclusiveGroup: machineMenuGroup;
|
||||||
onTriggered: Cura.MachineManager.setActiveMachine(model.id);
|
onTriggered: Cura.MachineManager.setActiveMachine(model.id);
|
||||||
}
|
}
|
||||||
onObjectAdded: machineMenu.insertItem(index, object)
|
onObjectAdded: machineMenu.insertItem(index, object)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue