Update "Select Settings dialog" when the user removes a setting

CURA-2102
This commit is contained in:
fieldOfView 2016-08-11 15:10:30 +02:00
parent 91dfd971ca
commit db028b7e5f

View file

@ -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