adapting to new font method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
64be91ed99
commit
465eba1483
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ wxVisualAttributes wxDataViewCtrl::GetClassDefaultAttributes(wxWindowVariant var
|
|||
|
||||
attr.colFg = wxSystemSettings::GetColour( wxSYS_COLOUR_WINDOWTEXT );
|
||||
attr.colBg = wxSystemSettings::GetColour( wxSYS_COLOUR_LISTBOX );
|
||||
attr.font.MacCreateFromThemeFont(kThemeViewsFont);
|
||||
attr.font.CreateSystemFont(wxOSX_SYSTEM_FONT_VIEWS);
|
||||
|
||||
return attr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue