Don't setFont(Consolas) - it's windows only. Fix monospace for scintilla

This commit is contained in:
baldurk
2017-05-17 15:55:42 +01:00
parent c867784647
commit f6cef9ea4a
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -242,7 +242,6 @@ void ConfigureSyntax(ScintillaEdit *scintilla, int language)
}
scintilla->setLexer(language);
scintilla->styleSetFont(STYLE_DEFAULT, "Consolas");
scintilla->styleSetSize(STYLE_DEFAULT, 10);
if(language == SCLEX_CPP)