Code style, duplicate material

CURA-5673
This commit is contained in:
Aleksei S 2018-09-13 13:23:10 +02:00
parent 5db008f763
commit f0e8746a22

View File

@ -592,7 +592,7 @@ class MaterialManager(QObject):
self._container_registry.addContainer(container_to_add)
#if duplicated material was favorite then new material should also be added to favorite.
# if the duplicated material was favorite then the new material should also be added to favorite.
if root_material_id in self.getFavorites():
self.addFavorite(new_base_id)