mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 13:59:20 +02:00
SynEdit: MarkupIfdef, clear caches.
git-svn-id: trunk@60517 -
This commit is contained in:
parent
9d250edfa3
commit
b5b5dab6de
@ -1584,6 +1584,7 @@ end;
|
||||
function TSynMarkupHighIfDefLinesNodeInfo.Precessor: TSynMarkupHighIfDefLinesNodeInfo;
|
||||
begin
|
||||
ClearNestCache;
|
||||
Result.ClearNestCache;
|
||||
Result.FTree := FTree;
|
||||
If HasNode then begin
|
||||
Result.FStartLine := FStartLine;
|
||||
@ -1606,6 +1607,7 @@ end;
|
||||
function TSynMarkupHighIfDefLinesNodeInfo.Successor: TSynMarkupHighIfDefLinesNodeInfo;
|
||||
begin
|
||||
ClearNestCache;
|
||||
Result.ClearNestCache;
|
||||
Result.FTree := FTree;
|
||||
If HasNode then begin
|
||||
Result.FStartLine := FStartLine;
|
||||
|
Loading…
Reference in New Issue
Block a user