mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06:00
Removed stray = sign.
CURA-1278 CURA-1592
This commit is contained in:
parent
c80455c6bc
commit
fd3788ba7c
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Item {
|
||||||
{
|
{
|
||||||
if(text != "")
|
if(text != "")
|
||||||
{
|
{
|
||||||
listview.model.filter.label = = {"global_only":"False", "label": text}
|
listview.model.filter.label = {"global_only":"False", "label": text}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue