mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:15:55 +08: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
@ -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…
x
Reference in New Issue
Block a user