mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +08:00
Also update the model if the data changed
CURA-6028
This commit is contained in:
parent
a1a9b058f5
commit
c4700b2752
@ -39,6 +39,7 @@ Item
|
|||||||
{
|
{
|
||||||
target: Cura.QualityProfilesDropDownMenuModel
|
target: Cura.QualityProfilesDropDownMenuModel
|
||||||
onItemsChanged: qualityModel.update()
|
onItemsChanged: qualityModel.update()
|
||||||
|
onDataChanged: qualityModel.update()
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user