]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't assert when we get wxBG_STYLE_TRANSPARENT.
authorKevin Ollivier <kevino@theolliviers.com>
Sat, 14 Nov 2009 19:52:26 +0000 (19:52 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sat, 14 Nov 2009 19:52:26 +0000 (19:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/window_osx.cpp

index 72e3203879b9d39bff65ac2b99cddad0325df3e5..f9016f4511fa96d737a7122085e95bbdc3806a13 100644 (file)
@@ -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;