void wxWindowMac::MacUpdateControlFont()
{
-#if wxOSX_USE_CARBON
+
m_peer->SetFont( GetFont() , GetForegroundColour() , GetWindowStyle() ) ;
-#endif
+
// do not trigger refreshes upon invisible and possible partly created objects
if ( IsShownOnScreen() )
Refresh() ;
}
}
- menu->MacAfterDisplay( true ) ;
- menu->SetInvokingWindow( NULL );
#else
menu->SetInvokingWindow( NULL );
return false;