mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Show submenu with material types
It's quite a hassle to get it to keep displaying... Contributes to issue CURA-8640.
This commit is contained in:
parent
11b557b3d9
commit
3de824e1a4
2 changed files with 62 additions and 5 deletions
|
|
@ -100,7 +100,7 @@ Cura.Menu
|
|||
model: brandModel
|
||||
delegate: Cura.MaterialBrandMenu
|
||||
{
|
||||
text: model.name
|
||||
materialTypesModel: model
|
||||
}
|
||||
onObjectAdded: function(index, object) { materialMenu.insertItem(index + 4, object)}
|
||||
onObjectRemoved: function(object) { materialMenu.removeItem(index) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue