mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CodeEditor: unitialized variable (harmless) fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@13007 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c5a6dfe6bd
commit
c7902fa3d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue