Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Aug 20, 2016
2 parents f3f0f5b + 0a8ed56 commit ae663b3
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 262 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Arch/ArchComponent.py
Expand Up @@ -772,7 +772,7 @@ def claimChildren(self):
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)
Expand Down

0 comments on commit ae663b3

Please sign in to comment.