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
This commit is contained in:
Vadim Zeitlin 2007-08-15 18:38:36 +00:00
parent e7e1ad7d93
commit e9f8a82ec7

View 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()