Made font/color fixes right for windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -506,7 +506,7 @@ wxFont wxTabbedWindow::GetLabelingFont()
|
||||
|
||||
return font;
|
||||
#endif
|
||||
return wxSystemSettings::GetSystemFont(wxSYS_SYSTEM_FONT);
|
||||
return wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT);
|
||||
}
|
||||
|
||||
void wxTabbedWindow::RecalcLayout(bool andRepaint)
|
||||
@@ -730,7 +730,7 @@ wxFont wxPaggedWindow::GetLabelingFont()
|
||||
|
||||
return font;
|
||||
#endif
|
||||
return wxSystemSettings::GetSystemFont(wxSYS_SYSTEM_FONT);
|
||||
return wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT);
|
||||
}
|
||||
|
||||
void wxPaggedWindow::OnTabAdded( twTabInfo* pInfo )
|
||||
|
Reference in New Issue
Block a user