mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:05:53 +08:00
Fix exclusiveGroup for machine selection in the menu
Contributes to CURA-1278
This commit is contained in:
parent
2d77ddada4
commit
0a9382aa11
@ -178,7 +178,7 @@ UM.MainWindow
|
||||
text: model.name;
|
||||
checkable: true;
|
||||
checked: Cura.MachineManager.activeMachineId == model.id
|
||||
exclusiveGroup: machineSelectionMenuGroup;
|
||||
exclusiveGroup: machineMenuGroup;
|
||||
onTriggered: Cura.MachineManager.setActiveMachine(model.id);
|
||||
}
|
||||
onObjectAdded: machineMenu.insertItem(index, object)
|
||||
|
Loading…
x
Reference in New Issue
Block a user