Ticket #1868 (closed defect)

Opened 9 years ago

Last modified 9 years ago

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

Changed 9 years ago by robind

already reported and fixed

Note: See TracTickets for help on using tickets.