[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:
parent
36b21e456c
commit
24bb9be975
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue