return font;
#endif
- return wxSystemSettings::GetSystemFont(wxSYS_SYSTEM_FONT);
+ return wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT);
}
void wxTabbedWindow::RecalcLayout(bool andRepaint)
return font;
#endif
- return wxSystemSettings::GetSystemFont(wxSYS_SYSTEM_FONT);
+ return wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT);
}
void wxPaggedWindow::OnTabAdded( twTabInfo* pInfo )