Commented out call that breaks metal style setting before Create

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-03-24 13:49:37 +00:00
parent 63ccc65902
commit 9dc1d18069

View 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 )