OSX regrouping

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-07-29 19:50:14 +00:00
parent 26eef30437
commit 96f04e1df6
4 changed files with 8 additions and 8 deletions

View File

@@ -792,7 +792,7 @@ void wxGenericTreeCtrl::Init()
m_lastOnSame = false;
#ifdef __WXMAC__
#if defined( __WXMAC__ ) && wxOSX_USE_COCOA_OR_CARBON
m_normalFont.MacCreateFromThemeFont( kThemeViewsFont ) ;
#else
m_normalFont = wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT );