X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a704c2b398dfb40e5bb294858e14ec3cc6a2f39..f2616db56739e4962f683f59ac9e207756efe23c:/utils/framelayout/src/controlarea.cpp 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 )