mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:18:58 +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:
|
||||
{
|
||||
settingDefinitionsModel.expandAll(definition.key);
|
||||
base.checked = true;
|
||||
base.showAllHiddenInheritedSettings(definition.key);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user