From a7d7d28f9869856d2f400536e99bde54e42f7173 Mon Sep 17 00:00:00 2001 From: harrybharry Date: Sun, 8 Jun 2008 16:13:56 +0000 Subject: [PATCH] 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 --- PowerEditor/src/Notepad_plus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index 1f68f8b31..b7769c0d1 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -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: