mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +08:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
70212e2cb7
@ -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…
x
Reference in New Issue
Block a user