Fixed an OOR related bug that happened when a class has been renamed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -580,6 +580,11 @@ NULL = None # For backwards compatibility only. You should really be
|
||||
wxColor = wxColour
|
||||
wxNamedColor = wxNamedColour
|
||||
|
||||
wxPyListCtrlPtr = wxListCtrlPtr
|
||||
wxPyTreeCtrlPtr = wxTreeCtrlPtr
|
||||
wxGenericDragImagePtr = wxDragImagePtr
|
||||
wxPyProcessPtr = wxProcessPtr
|
||||
|
||||
|
||||
# backwards compatibility
|
||||
wxNoRefBitmap = wxBitmap
|
||||
|
Reference in New Issue
Block a user