mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Expand category when clicking its inheritance button
CURA-2361
This commit is contained in:
parent
9e128aae69
commit
7238a7b029
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ Button {
|
|||
|
||||
onClicked:
|
||||
{
|
||||
base.showAllHiddenInheritedSettings(definition.key)
|
||||
settingDefinitionsModel.expandAll(definition.key);
|
||||
base.showAllHiddenInheritedSettings(definition.key);
|
||||
}
|
||||
|
||||
color: UM.Theme.getColor("setting_control_button")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue