Draft: small fix to clone object

This commit is contained in:
Yorik van Havre 2014-03-03 12:18:54 -03:00
parent afe0bcb727
commit 92023533b5

View File

@ -4528,6 +4528,7 @@ class _Clone(_DraftObject):
if shapes:
if len(shapes) == 1:
obj.Shape = shapes[0]
obj.Placement = shapes[0].Placement
else:
obj.Shape = Part.makeCompound(shapes)
if not DraftGeomUtils.isNull(pl):