Arch: Creating windows no longer removes external refs from base sketches - fixes #2326

This commit is contained in:
Yorik van Havre
2015-12-18 22:11:53 -02:00
parent 73a716c82f
commit 5b750aabe3
3 changed files with 15 additions and 8 deletions

View File

@@ -140,7 +140,7 @@ def removeComponents(objectsList,host=None):
for o in objectsList:
if not o in s:
s.append(o)
fixDAG(o)
#fixDAG(o)
if FreeCAD.GuiUp:
if not Draft.getType(o) in ["Window","Roof"]:
o.ViewObject.hide()