mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 12:35:56 +08:00
Expand category when clicking its inheritance button
CURA-2361
This commit is contained in:
parent
9e128aae69
commit
7238a7b029
@ -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…
x
Reference in New Issue
Block a user