Arch: fixed typo
This commit is contained in:
parent
fa69f105fb
commit
c0a5310511
|
@ -772,7 +772,7 @@ class ViewProviderComponent:
|
|||
if Draft.getType(self.Object) == "Wall":
|
||||
if Draft.getType(s) == "Roof":
|
||||
continue
|
||||
if (Draft.getType(s) == "Window") or Draft.isCloneOf(s,"Window"):
|
||||
if (Draft.getType(s) == "Window") or Draft.isClone(s,"Window"):
|
||||
if not swalW:
|
||||
continue
|
||||
c.append(s)
|
||||
|
|
Loading…
Reference in New Issue
Block a user