Skip to content

Commit 8df348a

Browse files
committed
add default values for m_customizeConsoleErrorColor and m_customConsoleErrorColor
1 parent 03d4eac commit 8df348a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PythonScript/src/ConsoleDialog.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ ConsoleDialog::ConsoleDialog() :
3232
m_hContext(NULL),
3333
m_nppData{0,0,0},
3434
m_colorOutput(false),
35-
m_user_color(-1)
35+
m_user_color(-1),
36+
m_customizeConsoleErrorColor(false),
37+
m_customConsoleErrorColor(-1)
3638
{}
3739

3840

0 commit comments

Comments
 (0)