Opened 14 years ago
Last modified 14 years ago
#1868 closed defect
wxOGL-LineShape::MakeControPoints() returns error
Reported by: | gmbertani | Owned by: | robind |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wxPython | Version: | |
Keywords: | Cc: | gmbertani, robind | |
Blocked By: | Blocking: | ||
Patch: | no |
Description
This function fails because there are three invocations to
self._controlPoints.Append(control)
but Append() is not defined for python lists,
append() must be used instead.
P.S.
I fixed another typo like this in
_basic.py - Shape::SortLines() but I couldn't test the fix
Note: See
TracTickets for help on using
tickets.
already reported and fixed