Merge branch 'master' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2016-09-21 15:01:40 +02:00
commit 70212e2cb7

View File

@ -79,7 +79,8 @@ Button {
onClicked: onClicked:
{ {
base.showAllHiddenInheritedSettings(definition.key) settingDefinitionsModel.expandAll(definition.key);
base.showAllHiddenInheritedSettings(definition.key);
} }
color: UM.Theme.getColor("setting_control_button") color: UM.Theme.getColor("setting_control_button")