Add "all" as a setting visibility preset

CURA-7082
This commit is contained in:
Jaime van Kessel 2020-01-02 10:51:40 +01:00
parent 1915100118
commit 8b393317ff
No known key found for this signature in database
GPG key ID: 3710727397403C91
4 changed files with 12 additions and 26 deletions

View file

@ -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.