git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59476
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
attr.colFg = wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOWTEXT );
attr.colBg = wxSystemSettings::GetColour( wxSYS_COLOUR_LISTBOX );
attr.colFg = wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOWTEXT );
attr.colBg = wxSystemSettings::GetColour( wxSYS_COLOUR_LISTBOX );
- attr.font.MacCreateFromThemeFont(kThemeViewsFont);
+#if wxOSX_USE_ATSU_TEXT
+ attr.font.MacCreateFromThemeFont( kThemeViewsFont ) ;
+#else
+ attr.font.MacCreateFromUIFont( kCTFontViewsFontType ) ;
+#endif