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:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user