mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
70212e2cb7
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue