mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 21:10:06 +01:00
- should AttachmentPoint be ControlPoint?
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user