]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/window_osx.cpp
Removed hard-coded timer Id in wxAUI for the transparent hint fade functionality...
[wxWidgets.git] / 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;