Arch: fixed typo

This commit is contained in:
Yorik van Havre 2016-08-19 19:09:23 -03:00
parent fa69f105fb
commit c0a5310511

View File

@ -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)