mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Ensure that the installed & canUpdate properties get set correctly
CURA-6053
This commit is contained in:
parent
d4621ec504
commit
2dead87593
1 changed files with 5 additions and 0 deletions
|
@ -91,5 +91,10 @@ Column
|
||||||
target: toolbox
|
target: toolbox
|
||||||
onInstallChanged: installed = toolbox.isInstalled(model.id)
|
onInstallChanged: installed = toolbox.isInstalled(model.id)
|
||||||
onMetadataChanged: canUpdate = toolbox.canUpdate(model.id)
|
onMetadataChanged: canUpdate = toolbox.canUpdate(model.id)
|
||||||
|
onFilterChanged:
|
||||||
|
{
|
||||||
|
installed = toolbox.isInstalled(model.id)
|
||||||
|
canUpdate = toolbox.canUpdate(model.id)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue