[BUG_FIXED] (Author: Jocelyn Legault) Fix zoom bug on the second view (a non-initialized variable).

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@682 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2010-10-17 11:12:28 +00:00
parent c8f5903ce5
commit 293451089d

View File

@ -748,7 +748,7 @@ struct ScintillaViewParams
ScintillaViewParams() : _lineNumberMarginShow(true), _bookMarkMarginShow(true),\
_folderStyle(FOLDER_STYLE_BOX), _foldMarginShow(true), _indentGuideLineShow(true),\
_currentLineHilitingShow(true), _wrapSymbolShow(false), _doWrap(false),\
_zoom(0), _whiteSpaceShow(false), _eolShow(false), _lineWrapMethod(LINEWRAP_ALIGNED){};
_zoom(0), _zoom2(0), _whiteSpaceShow(false), _eolShow(false), _lineWrapMethod(LINEWRAP_ALIGNED){};
bool _lineNumberMarginShow;
bool _bookMarkMarginShow;
//bool _docChangeStateMarginShow;