From 24bb9be9757a6185fdcf9ec5cca969aae8fe575c Mon Sep 17 00:00:00 2001 From: donho Date: Fri, 21 Sep 2007 10:50:07 +0000 Subject: [PATCH] [BUG_FIXED] Status Zone display pb. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@42 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/src/Notepad_plus.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index c2df1dd02..a294da16e 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -4307,11 +4307,11 @@ int Notepad_plus::switchEditViewTo(int gid) _pEditView->beSwitched(); _pEditView->getFocus(); - //checkDocState(); + checkDocState(); setTitleWith(_pEditView->getCurrentTitle()); - //setLangStatus(_pEditView->getCurrentDocType()); - //updateStatusBar(); - //dynamicCheckMenuAndTB(); + setLangStatus(_pEditView->getCurrentDocType()); + updateStatusBar(); + dynamicCheckMenuAndTB(); return oldView; }