mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
SettingView now works with PreferenceVisibility handler
CURA-1278
This commit is contained in:
parent
808f117785
commit
c814e47b0e
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,11 @@ ScrollView
|
|||
id: contents
|
||||
spacing: UM.Theme.getSize("default_lining").height;
|
||||
|
||||
model: UM.SettingDefinitionsModel { id: definitionsModel; containerId: Cura.MachineManager.activeDefinitionId }
|
||||
model: UM.SettingDefinitionsModel {
|
||||
id: definitionsModel;
|
||||
containerId: Cura.MachineManager.activeDefinitionId
|
||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler {}
|
||||
}
|
||||
|
||||
delegate: Loader
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue