Global_only is now a string, as the filtering does not work with settingFunctions

CURA-1278
This commit is contained in:
Jaime van Kessel 2016-05-20 13:35:38 +02:00
parent 66c656f7dc
commit 305cb27ac0

View file

@ -119,7 +119,7 @@ class CuraApplication(QtApplication):
Resources.addType(self.ResourceTypes.QmlFiles, "qml")
Resources.addType(self.ResourceTypes.Firmware, "firmware")
SettingDefinition.addSupportedProperty("global_only", DefinitionPropertyType.Function, default = False)
SettingDefinition.addSupportedProperty("global_only", DefinitionPropertyType.String, default = "False")
## Add the 4 types of profiles to storage.
Resources.addStorageType(self.ResourceTypes.QualityInstanceContainer, "quality")