mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
[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);
|
_pDocMap->setClosed(true);
|
||||||
checkMenuItem(IDM_VIEW_DOC_MAP, false);
|
checkMenuItem(IDM_VIEW_DOC_MAP, false);
|
||||||
_toolBar.setCheck(IDM_VIEW_DOC_MAP, false);
|
_toolBar.setCheck(IDM_VIEW_DOC_MAP, false);
|
||||||
|
_pEditView->getFocus();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user