From: Vadim Zeitlin Date: Wed, 15 Aug 2007 18:38:36 +0000 (+0000) Subject: uncomment the change which was meant to be committed the last time X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e9f8a82ec7bbb592d36ac71f690fcb84940d9178 uncomment the change which was meant to be committed the last time git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/dcclient.cpp b/src/msw/dcclient.cpp index fc8dcceefa..75c1c9a550 100644 --- a/src/msw/dcclient.cpp +++ b/src/msw/dcclient.cpp @@ -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()