Fix bug where linenumber margin of secondary view was shown on startup if primary was shown, even though settings said otherwise.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@223 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
70ca7e3ff8
commit
a7d7d28f98
@ -2077,7 +2077,7 @@ BOOL Notepad_plus::notify(SCNotification *notification)
|
||||
break;
|
||||
|
||||
case SCN_ZOOM:
|
||||
notifyView->setLineNumberWidth(_pEditView->hasMarginShowed(ScintillaEditView::_SC_MARGE_LINENUMBER));
|
||||
notifyView->setLineNumberWidth(notifyView->hasMarginShowed(ScintillaEditView::_SC_MARGE_LINENUMBER));
|
||||
break;
|
||||
|
||||
case SCN_MACRORECORD:
|
||||
|
Loading…
Reference in New Issue
Block a user