Draft: Bugfix in Lines End property

This commit is contained in:
Yorik van Havre
2013-09-17 10:25:56 -03:00
parent 8ade4d172c
commit d864f51210

View File

@@ -3313,7 +3313,7 @@ class _Wire(_DraftObject):
fp.Points = pts
elif prop == "End":
pts = fp.Points
invpl = fp.Placement.inverse()
invpl = FreeCAD.Placement(fp.Placement).inverse()
realfpend = invpl.multVec(fp.End)
if len(pts) > 1:
if pts[-1] != realfpend: