Expand category when clicking its inheritance button

CURA-2361
This commit is contained in:
fieldOfView 2016-09-21 14:50:02 +02:00
parent 9e128aae69
commit 7238a7b029

View file

@ -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")