Arch: Fixed bug in windows transparency

This commit is contained in:
Yorik van Havre
2018-03-06 11:17:44 -03:00
parent b325876156
commit 124d0ef70b
2 changed files with 12 additions and 9 deletions

View File

@@ -2978,6 +2978,8 @@ def clone(obj,delta=None,forcedraft=False):
cl.Tag = base.Tag
except:
pass
if gui:
cl.ViewObject.DiffuseColor = base.ViewObject.DiffuseColor
select(cl)
return cl
else: