mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 23:01:10 -07:00
Fix expand/collapse icon when using the inherit icon to expand a category
CURA-2361
This commit is contained in:
parent
038c736756
commit
9499acf0d5
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ Button {
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
settingDefinitionsModel.expandAll(definition.key);
|
settingDefinitionsModel.expandAll(definition.key);
|
||||||
|
base.checked = true;
|
||||||
base.showAllHiddenInheritedSettings(definition.key);
|
base.showAllHiddenInheritedSettings(definition.key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue