Also update the model if the data changed

CURA-6028
This commit is contained in:
Jaime van Kessel 2018-12-13 14:30:00 +01:00
parent a1a9b058f5
commit c4700b2752

View file

@ -39,6 +39,7 @@ Item
{
target: Cura.QualityProfilesDropDownMenuModel
onItemsChanged: qualityModel.update()
onDataChanged: qualityModel.update()
}
Connections {