- should AttachmentPoint be ControlPoint?

This commit is contained in:
Werner F Bruhin
2014-06-14 15:13:42 +02:00
parent 2a13b7cf98
commit ca40260c8d

View File

@@ -801,6 +801,7 @@ class DrawnShape(RectangleShape):
if flags and METAFLAGS_ATTACHMENTS:
self.ClearAttachments()
for i in range(len(pts)):
# TODO: AttachmentPoint does not excist as per PyLint, what should it be???
self._attachmentPoints.append(AttachmentPoint(i,pts[i][0],pts[i][1]))
self._metafiles[self._currentAngle].DrawPolygon(pts, flags)