Ensure that all material profiles get metadata updates

CURA-6868
This commit is contained in:
Jaime van Kessel 2019-10-09 17:12:06 +02:00
parent cadc145008
commit ed6539812e
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -87,7 +87,6 @@ class XmlMaterialProfile(InstanceContainer):
container.metaDataChanged.emit(container)
for k, v in new_setting_values_dict.items():
self.setProperty(k, "value", v)
return
## Overridden from InstanceContainer, similar to setMetaDataEntry.
# without this function the setName would only set the name of the specific nozzle / material / machine combination container