Removed stray = sign.

CURA-1278 CURA-1592
This commit is contained in:
Jaime van Kessel 2016-05-25 11:06:48 +02:00
parent c80455c6bc
commit fd3788ba7c

View file

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