Update materialmenu when changing material type. Contributes to CURA-2159

This commit is contained in:
Jack Ha 2016-09-12 14:40:32 +02:00
parent 1e0394fb48
commit d173952a3a

View file

@ -93,6 +93,7 @@ Menu
id: materialsModel
filter: materialFilter()
onModelReset: populateMenuModels()
onDataChanged: populateMenuModels()
}
ExclusiveGroup { id: group }