From 8d87b3e77f8f821515379452ba97ea632843b277 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 21 Feb 2004 19:20:46 +0000 Subject: [PATCH] Use the standard wxBufferedDC again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_dc.i | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 - -// 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