mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
[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;
|
AutoCompletion * autoC = isFromPrimary?&_autoCompleteMain:&_autoCompleteSub;
|
||||||
autoC->update(0);
|
autoC->update(0);
|
||||||
|
|
||||||
if (_pDocMap)
|
|
||||||
{
|
|
||||||
_pDocMap->guiUpdate();
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -542,6 +538,11 @@ BOOL Notepad_plus::notify(SCNotification *notification)
|
|||||||
_linkTriggered = false;
|
_linkTriggered = false;
|
||||||
_isDocModifing = false;
|
_isDocModifing = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (_pDocMap)
|
||||||
|
{
|
||||||
|
_pDocMap->guiUpdate();
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user