mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Change to "name" property
CURA-6599
This commit is contained in:
parent
f5639192ee
commit
e5d94fd2e4
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue