Merge branch 'settings_rework' of https://github.com/Ultimaker/Cura into settings_rework

This commit is contained in:
fieldOfView 2016-05-25 13:57:33 +02:00
commit a0c09063ee

View file

@ -153,7 +153,7 @@ Item {
{ {
if(text != "") if(text != "")
{ {
listview.model.filter.label = {"global_only": false, "label": text} listview.model.filter = {"global_only": false, "label": "*" + text}
} }
else else
{ {