From c0a5310511c42e4ef947de2be2e3c583b0f2b219 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Fri, 19 Aug 2016 19:09:23 -0300 Subject: [PATCH] Arch: fixed typo --- src/Mod/Arch/ArchComponent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchComponent.py b/src/Mod/Arch/ArchComponent.py index 00fcdbcc3..310b10b2a 100644 --- a/src/Mod/Arch/ArchComponent.py +++ b/src/Mod/Arch/ArchComponent.py @@ -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)