added creation of dialog - perhaps needed for all platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -167,7 +167,9 @@ void wxGenericFontDialog::Init()
|
|||||||
{
|
{
|
||||||
m_useEvents = FALSE;
|
m_useEvents = FALSE;
|
||||||
m_previewer = NULL;
|
m_previewer = NULL;
|
||||||
|
#ifdef __WXMAC__
|
||||||
Create( m_parent ) ;
|
Create( m_parent ) ;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
wxGenericFontDialog::~wxGenericFontDialog()
|
wxGenericFontDialog::~wxGenericFontDialog()
|
||||||
|
Reference in New Issue
Block a user