]> git.saurik.com Git - wxWidgets.git/commitdiff
destroy the old clipping region before setting the new one (part of patch 1716763)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Sep 2007 10:57:01 +0000 (10:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 16 Sep 2007 10:57:01 +0000 (10:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/textctrl.cpp

index 42d6364c2becf57e8c2b360f2e9917d4b84c1a93..d8816f8974c3566a829f92a84aed9a5e5f857336 100644 (file)
@@ -4193,6 +4193,7 @@ void wxTextCtrl::DoDraw(wxControlRenderer *renderer)
     // FIXME: is this really a bug in wxMSW?
     rectTextArea.width--;
 #endif // __WXMSW__
+    dc.DestroyClippingRegion();
     dc.SetClippingRegion(rectTextArea);
 
     // adjust for scrolling