[BUG_FIXED] Doc Map wrapping problem.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@876 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
f3fbd97687
commit
44a37232db
@ -440,10 +440,6 @@ BOOL Notepad_plus::notify(SCNotification *notification)
|
||||
AutoCompletion * autoC = isFromPrimary?&_autoCompleteMain:&_autoCompleteSub;
|
||||
autoC->update(0);
|
||||
|
||||
if (_pDocMap)
|
||||
{
|
||||
_pDocMap->guiUpdate();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
@ -542,6 +538,11 @@ BOOL Notepad_plus::notify(SCNotification *notification)
|
||||
_linkTriggered = false;
|
||||
_isDocModifing = false;
|
||||
}
|
||||
|
||||
if (_pDocMap)
|
||||
{
|
||||
_pDocMap->guiUpdate();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user