mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Also update the model if the data changed
CURA-6028
This commit is contained in:
parent
a1a9b058f5
commit
c4700b2752
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ Item
|
||||||
{
|
{
|
||||||
target: Cura.QualityProfilesDropDownMenuModel
|
target: Cura.QualityProfilesDropDownMenuModel
|
||||||
onItemsChanged: qualityModel.update()
|
onItemsChanged: qualityModel.update()
|
||||||
|
onDataChanged: qualityModel.update()
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue