Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Arch: small bugfix in Add tool
  • Loading branch information
yorikvanhavre committed Apr 14, 2014
1 parent d13946d commit 0a51595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Mod/Arch/ArchCommands.py
Expand Up @@ -105,8 +105,7 @@ def addComponents(objectsList,host):
a = host.Objects
for o in objectsList:
if not o in a:
if hasattr(o,"Shape"):
a.append(o)
a.append(o)
host.Objects = a
elif host.isDerivedFrom("App::DocumentObjectGroup"):
c = host.Group
Expand Down

0 comments on commit 0a51595

Please sign in to comment.