X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a704c2b398dfb40e5bb294858e14ec3cc6a2f39..e195c8c95fb154d035bab400952fc81c62439549:/utils/framelayout/src/controlarea.cpp?ds=sidebyside diff --git a/utils/framelayout/src/controlarea.cpp b/utils/framelayout/src/controlarea.cpp index 4f17a52345..046131ce5c 100644 --- a/utils/framelayout/src/controlarea.cpp +++ b/utils/framelayout/src/controlarea.cpp @@ -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 )