git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26579
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxWindowMac::DoSetWindowVariant( wxWindowVariant variant )
{
void wxWindowMac::DoSetWindowVariant( wxWindowVariant variant )
{
- wxASSERT( m_macControl != NULL ) ;
+ // Don't assert, in case we set the window variant before
+ // the window is created
+ // wxASSERT( m_macControl != NULL ) ;
+
+ m_windowVariant = variant ;
- m_windowVariant = variant ;
+ if (!m_macControl)
+ return;
ControlSize size ;
ThemeFontID themeFont = kThemeSystemFont ;
ControlSize size ;
ThemeFontID themeFont = kThemeSystemFont ;