Ticket #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: | Patch: | no | |
| Blocking: |
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
Change History
Note: See
TracTickets for help on using
tickets.
