Arch: Fixed window transparency bug
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user