From de90d3e08462ab3b2e586a80b21eeaca0166d071 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 20 Jan 2001 19:35:18 +0000 Subject: [PATCH] corrected creation of wxNORMAL_FONT for Mac OS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/gdicmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index d9431063ef..a9481d6f49 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -381,7 +381,7 @@ void wxInitializeStockObjects () #else #endif */ -#if defined(__WXPM__) +#if defined(__WXPM__) || defined(__WXMAC__) static const int sizeFont = 12; wxNORMAL_FONT = new wxFont (sizeFont, wxMODERN, wxNORMAL, wxNORMAL); #else -- 2.47.2