Browse Source

Merge branch 'master' of https://github.com/Ultimaker/Cura

Tim Kuipers 8 years ago
parent
commit
16450ec614
1 changed files with 5 additions and 1 deletions
  1. 5 1
      resources/qml/Settings/SettingView.qml

+ 5 - 1
resources/qml/Settings/SettingView.qml

@@ -27,7 +27,11 @@ ScrollView
         id: contents
         id: contents
         spacing: UM.Theme.getSize("default_lining").height;
         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
         delegate: Loader
         {
         {