Fix typo.

This commit is contained in:
Joseph Lenox 2018-06-14 12:02:52 -05:00
parent f0adf1c7ab
commit 1209da02d5

View File

@ -3,7 +3,7 @@
namespace Slic3r { namespace GUI {
void Settings::Settings() {
Settings::Settings() {
// Initialize fonts
_small_font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
if (the_os == OS::Mac) _small_font.SetPointSize(11);