From 06e8a59de37ba9f42b224c4e2c58f1de7c4fbd26 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 14 Aug 2002 13:04:39 +0000 Subject: [PATCH] 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 --- src/generic/fontdlgg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/generic/fontdlgg.cpp b/src/generic/fontdlgg.cpp index 1e5ecf63dd..0de608cd45 100644 --- a/src/generic/fontdlgg.cpp +++ b/src/generic/fontdlgg.cpp @@ -167,7 +167,9 @@ void wxGenericFontDialog::Init() { m_useEvents = FALSE; m_previewer = NULL; +#ifdef __WXMAC__ Create( m_parent ) ; +#endif } wxGenericFontDialog::~wxGenericFontDialog() -- 2.45.2