mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 07:03:16 +08:00
Update "Select Settings dialog" when the user removes a setting
CURA-2102
This commit is contained in:
parent
91dfd971ca
commit
db028b7e5f
@ -311,6 +311,15 @@ Item {
|
||||
|
||||
property string labelFilter: ""
|
||||
|
||||
onVisibilityChanged:
|
||||
{
|
||||
// force updating the model to sync it with addedSettingsModel
|
||||
if(visible)
|
||||
{
|
||||
listview.model.forceUpdate()
|
||||
}
|
||||
}
|
||||
|
||||
TextField {
|
||||
id: filter
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user