gui: don't show whitespace

main
Clyne 1 year ago
parent c34ab66a45
commit b9c036010d
Signed by: clyne
GPG Key ID: 3267C8EBF3F9AFC7

@ -28,6 +28,7 @@ void codeEditorInit()
{
editor.SetLanguageDefinition(TextEditor::LanguageDefinition::CPlusPlus());
editor.SetPalette(TextEditor::GetLightPalette());
editor.SetShowWhitespaces(false);
}
void codeRenderMenu()

Loading…
Cancel
Save