mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Update "Select Settings dialog" when the user removes a setting
CURA-2102
This commit is contained in:
parent
91dfd971ca
commit
db028b7e5f
1 changed files with 9 additions and 0 deletions
|
@ -311,6 +311,15 @@ Item {
|
||||||
|
|
||||||
property string labelFilter: ""
|
property string labelFilter: ""
|
||||||
|
|
||||||
|
onVisibilityChanged:
|
||||||
|
{
|
||||||
|
// force updating the model to sync it with addedSettingsModel
|
||||||
|
if(visible)
|
||||||
|
{
|
||||||
|
listview.model.forceUpdate()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
id: filter
|
id: filter
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue