Change to "name" property

CURA-6599
This commit is contained in:
Lipu Fei 2019-09-26 17:19:08 +02:00
parent f5639192ee
commit e5d94fd2e4
2 changed files with 6 additions and 6 deletions

View file

@ -177,7 +177,7 @@ Popup
if (active_quality_group != null)
{
return active_quality_group.getName() == model.quality_changes_group.getName()
return active_quality_group.name == model.quality_changes_group.name
}
return false
}