Skip to content

Commit

Permalink
Draft: fix PathLinkArray
Browse files Browse the repository at this point in the history
  • Loading branch information
realthunder authored and wwmayer committed Aug 17, 2019
1 parent e9a4f97 commit 8162c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/Draft.py
Expand Up @@ -5935,7 +5935,7 @@ def execute(self,obj):
return
base = calculatePlacementsOnPath(
obj.Base.Shape.Placement.Rotation,w,obj.Count,obj.Xlate,obj.Align)
obj.Shape = _DraftLink.buildShape(self,obj,pl,base)
return _DraftLink.buildShape(self,obj,pl,base)

def getWireFromSubs(self,obj):
'''Make a wire from PathObj subelements'''
Expand Down

0 comments on commit 8162c9b

Please sign in to comment.