From: Kevin Ollivier Date: Sat, 14 Nov 2009 19:52:26 +0000 (+0000) Subject: Don't assert when we get wxBG_STYLE_TRANSPARENT. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4f6bcb8390bd9a059f3cb4177e2fd661845294da Don't assert when we get wxBG_STYLE_TRANSPARENT. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/window_osx.cpp b/src/osx/window_osx.cpp index 72e3203879..f9016f4511 100644 --- a/src/osx/window_osx.cpp +++ b/src/osx/window_osx.cpp @@ -1875,6 +1875,7 @@ bool wxWindowMac::MacDoRedraw( long time ) break; case wxBG_STYLE_PAINT: + case wxBG_STYLE_TRANSPARENT: // nothing to do, user-defined EVT_PAINT handler will overwrite the // entire window client area break;