mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Respect font scale for fixed-width fonts
This commit is contained in:
@@ -245,7 +245,6 @@ void ConfigureSyntax(ScintillaEdit *scintilla, int language)
|
||||
}
|
||||
|
||||
scintilla->setLexer(language);
|
||||
scintilla->styleSetSize(STYLE_DEFAULT, 10);
|
||||
|
||||
#define SC_COL(qcol) SCINTILLA_COLOUR(qcol.red(), qcol.green(), qcol.blue())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user