SettingView now works with PreferenceVisibility handler

CURA-1278
This commit is contained in:
Jaime van Kessel 2016-05-26 15:35:28 +02:00
parent 808f117785
commit c814e47b0e

View File

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