mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
cd09017328
3 changed files with 8 additions and 3 deletions
|
|
@ -135,7 +135,7 @@ UM.ManagementPage
|
|||
|
||||
enabled: base.currentItem != null && !base.currentItem.readOnly
|
||||
|
||||
checkable: true
|
||||
checkable: enabled
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -150,7 +150,7 @@ UM.ManagementPage
|
|||
bottom: parent.bottom
|
||||
}
|
||||
|
||||
editingEnabled: base.currentItem != null && !base.currentItem.readOnly && editButton.checked;
|
||||
editingEnabled: editButton.checkable && editButton.checked;
|
||||
|
||||
properties: materialProperties
|
||||
containerId: base.currentItem != null ? base.currentItem.id : ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue