mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
Fixed OSX build & language selection (SPE-696)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user