mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Add "all" as a setting visibility preset
CURA-7082
This commit is contained in:
parent
1915100118
commit
8b393317ff
4 changed files with 12 additions and 26 deletions
|
@ -185,14 +185,7 @@ Item
|
|||
label: Label {}
|
||||
}
|
||||
|
||||
menu: SettingVisibilityPresetsMenu
|
||||
{
|
||||
onShowAllSettings:
|
||||
{
|
||||
definitionsModel.setAllVisible(true)
|
||||
filter.updateDefinitionModel()
|
||||
}
|
||||
}
|
||||
menu: SettingVisibilityPresetsMenu {}
|
||||
}
|
||||
|
||||
// Mouse area that gathers the scroll events to not propagate it to the main view.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue