Fixed OSX build & language selection (SPE-696)

This commit is contained in:
YuSanka 2018-12-19 14:50:56 +01:00
parent 5553d10c1e
commit 918cb48d45
2 changed files with 5 additions and 4 deletions

View file

@ -23,7 +23,7 @@ KBShortcutsDialog::KBShortcutsDialog()
wxFont font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
font.SetPointSize(10);
const wxFont bold_font = font.Bold();
wxFont bold_font = font.Bold();
#ifdef __WXOSX__
font.SetPointSize(12);
bold_font.SetPointSize(14);