]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/window.cpp
wxFont can now raelly use the native fonts
[wxWidgets.git] / src / mac / window.cpp
index a71937cd829ea7d34761c290d38244f2452e3fc1..29b6fc6f0f0c03b3a81fff79239de1d3e4dd36bd 100644 (file)
@@ -720,6 +720,12 @@ void wxWindowMac::MacSuperShown( bool show )
 
 void wxWindowMac::MacSuperEnabled( bool enabled ) 
 {
+    if ( !IsTopLevel() )
+    {
+      // to be absolutely correct we'd have to invalidate (with eraseBkground 
+      // because unter MacOSX the frames are drawn with an addXXX mode)
+      // the borders area
+    }
     wxNode *node = GetChildren().First();
     while ( node )
     {