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 id: materialsModel
filter: materialFilter() filter: materialFilter()
onModelReset: populateMenuModels() onModelReset: populateMenuModels()
onDataChanged: populateMenuModels()
} }
ExclusiveGroup { id: group } ExclusiveGroup { id: group }