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:
Stefan Csomor 2002-08-14 13:04:39 +00:00
parent 1bab9242a9
commit 06e8a59de3

View File

@ -167,7 +167,9 @@ void wxGenericFontDialog::Init()
{
m_useEvents = FALSE;
m_previewer = NULL;
#ifdef __WXMAC__
Create( m_parent ) ;
#endif
}
wxGenericFontDialog::~wxGenericFontDialog()