CodeEditor: unitialized variable (harmless) fixed

git-svn-id: svn://ultimatepp.org/upp/trunk@13007 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-04-18 06:13:05 +00:00
parent c5a6dfe6bd
commit c7902fa3d9

View file

@ -506,7 +506,7 @@ void EditorBar::Annotations(int width)
EditorBar::EditorBar()
{
editor = NULL;
LineNumbers(false);
line_numbers = false;
bingenabled = true;
hilite_if_endif = true;
line_numbers = false;