mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 00:20:38 +08:00
What's that semicolon?!?
This commit is contained in:
parent
04f5dbe419
commit
f0adf1c7ab
@ -9,11 +9,11 @@ void Settings::Settings() {
|
||||
if (the_os == OS::Mac) _small_font.SetPointSize(11);
|
||||
_small_bold_font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
|
||||
if (the_os == OS::Mac) _small_bold_font.SetPointSize(11);
|
||||
_small_bold_font.MakeBold()
|
||||
_small_bold_font.MakeBold();
|
||||
_medium_font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
|
||||
_medium_font.SetPointSize(12);
|
||||
|
||||
_scroll_step = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT)->GetPointSize();
|
||||
_scroll_step = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT).GetPointSize();
|
||||
}
|
||||
void Settings::save_settings() {
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user