From: Vadim Zeitlin Date: Sun, 16 Sep 2007 10:57:01 +0000 (+0000) Subject: destroy the old clipping region before setting the new one (part of patch 1716763) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1fc5dc69fdb71cb98af8a76eeea44945e0b46730 destroy the old clipping region before setting the new one (part of patch 1716763) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/textctrl.cpp b/src/univ/textctrl.cpp index 42d6364c2b..d8816f8974 100644 --- a/src/univ/textctrl.cpp +++ b/src/univ/textctrl.cpp @@ -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