From: Robin Dunn Date: Sat, 21 Feb 2004 19:20:46 +0000 (+0000) Subject: Use the standard wxBufferedDC again X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8d87b3e77f8f821515379452ba97ea632843b277 Use the standard wxBufferedDC again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_dc.i b/wxPython/src/_dc.i index b21b3dffff..f786ae7c45 100644 --- a/wxPython/src/_dc.i +++ b/wxPython/src/_dc.i @@ -572,12 +572,14 @@ public: %{ //-=-=-=-=-=-=-=-=-=-=- -#if 0 + +#if 1 +// Use the standard wxBufferedDC #include -#else +#else -// Temporarily put a set of classes here similar to the old buffered DC +// Or, temporarily put a set of classes here similar to the old buffered DC // classes until the real ones can be fixed to work "correctly" again. class wxBufferedDC : public wxMemoryDC