[BUG_FIXED] (Author: Andreas Jonsson) Fix right-to-left text after closing document map bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1120 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
9795408fa8
commit
419fd585d4
@ -383,6 +383,7 @@ void Notepad_plus::command(int id)
|
||||
_pDocMap->setClosed(true);
|
||||
checkMenuItem(IDM_VIEW_DOC_MAP, false);
|
||||
_toolBar.setCheck(IDM_VIEW_DOC_MAP, false);
|
||||
_pEditView->getFocus();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user