mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Ensure that the material selection gets reset when diameter is changed
CURA-6590
This commit is contained in:
parent
758a8a0078
commit
2cd6b73d12
3 changed files with 10 additions and 1 deletions
|
@ -82,6 +82,7 @@ Item
|
|||
}
|
||||
|
||||
editingEnabled: currentItem != null && !currentItem.is_read_only
|
||||
onResetSelectedMaterial: base.resetExpandedActiveMaterial()
|
||||
|
||||
properties: materialProperties
|
||||
containerId: currentItem != null ? currentItem.id : ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue