mac fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-03-27 08:51:10 +00:00
parent a848cd7e10
commit f89d65ea8d
3 changed files with 37 additions and 5 deletions

View File

@@ -72,6 +72,9 @@
#include "wx/renderer.h"
#ifdef __WXMAC__
#include "wx/mac/private.h"
#endif
// ----------------------------------------------------------------------------
// events
// ----------------------------------------------------------------------------
@@ -4611,6 +4614,11 @@ bool wxGenericListCtrl::Create(wxWindow *parent,
m_mainWin = new wxListMainWindow( this, -1, wxPoint(0,0), size, style );
#if defined( __WXMAC__ ) && __WXMAC_CARBON__
wxFont font ;
font.MacCreateThemeFont( kThemeViewsFont ) ;
SetFont( font ) ;
#endif
if ( InReportView() )
{
CreateHeaderWindow();