X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/611a725ecd1dd7b35c5659d1d7cabe38d860a1e1..ffecfa5aeb540b54914739dbb8603edbbd4c00a0:/src/generic/listctrl.cpp diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index 7ef33c8341..3c88613e76 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -4662,7 +4662,7 @@ bool wxGenericListCtrl::Create(wxWindow *parent, m_mainWin = new wxListMainWindow( this, wxID_ANY, wxPoint(0,0), size, style ); -#if defined( __WXMAC__ ) && __WXMAC_CARBON__ +#ifdef __WXMAC_CARBON__ // Human Interface Guidelines ask us for a special font in this case if ( GetWindowVariant() == wxWINDOW_VARIANT_NORMAL ) {