adding 10.4 build compatibility for osx cocoa, see #10361
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5060,7 +5060,7 @@ bool wxGenericListCtrl::Create(wxWindow *parent,
|
||||
if ( GetWindowVariant() == wxWINDOW_VARIANT_NORMAL )
|
||||
{
|
||||
wxFont font;
|
||||
#if wxOSX_USE_CARBON
|
||||
#if wxOSX_USE_ATSU_TEXT
|
||||
font.MacCreateFromThemeFont( kThemeViewsFont );
|
||||
#else
|
||||
font.MacCreateFromUIFont( kCTFontViewsFontType );
|
||||
@@ -5077,7 +5077,7 @@ bool wxGenericListCtrl::Create(wxWindow *parent,
|
||||
if (m_headerWin)
|
||||
{
|
||||
wxFont font;
|
||||
#if wxOSX_USE_CARBON
|
||||
#if wxOSX_USE_ATSU_TEXT
|
||||
font.MacCreateFromThemeFont( kThemeSmallSystemFont );
|
||||
#else
|
||||
font.MacCreateFromUIFont( kCTFontSystemFontType );
|
||||
|
Reference in New Issue
Block a user