Merge branch 'master' of github.com:Ultimaker/Cura

This commit is contained in:
Jack Ha 2016-12-08 14:49:00 +01:00
commit 132addf7b8

View file

@ -84,7 +84,7 @@ Item
onTextChanged:
{
definitionsModel.filter = {"label": "*" + text};
definitionsModel.filter = {"i18n_label": "*" + text};
findingSettings = (text.length > 0);
if(findingSettings != lastFindingSettings)
{