]> git.saurik.com Git - wxWidgets.git/commitdiff
uncomment the change which was meant to be committed the last time
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Aug 2007 18:38:36 +0000 (18:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Aug 2007 18:38:36 +0000 (18:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/dcclient.cpp

index fc8dcceefacc31f6c19fc22e2af22de4db57bb7c..75c1c9a550515db4a5e844eacc415d1a6b8d2300 100644 (file)
@@ -247,7 +247,7 @@ wxPaintDC::wxPaintDC(wxWindow *canvas)
 
     // the HDC can have a clipping box (which we didn't set), make sure our
     // DoGetClippingBox() checks for it
-    //m_clipping = true;
+    m_clipping = true;
 }
 
 wxPaintDC::~wxPaintDC()