mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Materials & variants are now correctly checked when active
CURA-1278
This commit is contained in:
parent
5dbe0bdc03
commit
dd24e488a8
3 changed files with 16 additions and 5 deletions
|
@ -204,7 +204,7 @@ UM.MainWindow
|
|||
MenuItem {
|
||||
text: model.name;
|
||||
checkable: true;
|
||||
checked: model.active;
|
||||
checked: model.id == Cura.MachineManager.activeVariantId;
|
||||
exclusiveGroup: machineVariantsGroup;
|
||||
onTriggered: Cura.MachineManager.setActiveVariant(model.id)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue