]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcclient.cpp
Correct flat notebook border style under WinCE in wake of
[wxWidgets.git] / src / msw / dcclient.cpp
index f3ffe0ebd39bb2ba403d182394934ff5e30b1209..ad83a7b49f30bebbbe258440281eda608d8ba339 100644 (file)
@@ -169,7 +169,7 @@ void wxClientDC::InitDC()
     }
 
     // clip the DC to avoid overwriting the non client area
-    SetClippingRegion(wxPoint(), m_canvas->GetClientSize());
+    SetClippingRegion(wxPoint(0,0), m_canvas->GetClientSize());
 #endif // __WXUNIVERSAL__ || __WXWINCE__
 }