Arch: Fixed window transparency bug

This commit is contained in:
Yorik van Havre
2018-03-22 13:08:42 -03:00
parent fa26b06c9c
commit c960e8d128
2 changed files with 32 additions and 16 deletions

View File

@@ -2980,6 +2980,9 @@ def clone(obj,delta=None,forcedraft=False):
pass
if gui:
cl.ViewObject.DiffuseColor = base.ViewObject.DiffuseColor
if obj[0].Proxy.Type == "Window":
from DraftGui import todo
todo.delay(Arch.recolorize,cl)
select(cl)
return cl
else: