]> git.saurik.com Git - wxWidgets.git/commitdiff
Commented out call that breaks metal style setting before Create
authorJulian Smart <julian@anthemion.co.uk>
Fri, 24 Mar 2006 13:49:37 +0000 (13:49 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 24 Mar 2006 13:49:37 +0000 (13:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/toplevel.cpp

index e176c02796137e26f15a41d33d2d1d71d2f5173b..a665917aed2d0b48d35fa727223f7d20f8d56cf7 100644 (file)
@@ -1219,7 +1219,9 @@ void  wxTopLevelWindowMac::MacCreateRealWindow(
     // the root control level handler
     MacInstallEventHandler( (WXWidget) m_peer->GetControlRef() ) ;
 
-#if TARGET_API_MAC_OSX
+    // Causes the inner part of the window not to be metal
+    // if the style is used before window creation.
+#if 0 // TARGET_API_MAC_OSX
     if ( m_macUsesCompositing && m_macWindow != NULL )
     {
         if ( GetExtraStyle() & wxFRAME_EX_METAL )