[BUG_FIXED] Status Zone display pb.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@42 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
donho 2007-09-21 10:50:07 +00:00
parent 36b21e456c
commit 24bb9be975
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}