mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Code style, duplicate material
CURA-5673
This commit is contained in:
parent
5db008f763
commit
f0e8746a22
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue