It *does* work now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,8 +40,6 @@ wxPy_isinstance = isinstance
|
|||||||
# compatible with 2.4, so assign the new classes to wx*DC_new and make
|
# compatible with 2.4, so assign the new classes to wx*DC_new and make
|
||||||
# the _old classes be the defaults with the normal names.
|
# the _old classes be the defaults with the normal names.
|
||||||
|
|
||||||
# Too bad it doesn't currently work...
|
|
||||||
|
|
||||||
wxDC_new = wxDC; wxDC = wxDC_old
|
wxDC_new = wxDC; wxDC = wxDC_old
|
||||||
wxMemoryDC_new = wxMemoryDC; wxMemoryDC = wxMemoryDC_old
|
wxMemoryDC_new = wxMemoryDC; wxMemoryDC = wxMemoryDC_old
|
||||||
wxBufferedDC_new = wxBufferedDC; wxBufferedDC = wxBufferedDC_old
|
wxBufferedDC_new = wxBufferedDC; wxBufferedDC = wxBufferedDC_old
|
||||||
|
Reference in New Issue
Block a user