mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 18:17:18 +02:00
SynEdit: Ifdef Markup: SourceEditor: Do not invalidate, if all node states are going to be written
git-svn-id: trunk@41190 -
This commit is contained in:
parent
76bf70d6c4
commit
0f1b45ef98
@ -5451,7 +5451,7 @@ begin
|
||||
if Scanner.ChangeStep=FLastIfDefNodeScannerStep then exit;
|
||||
debugln(['TSourceEditor.UpdateIfDefNodeStates UPDATING ',Filename]);
|
||||
FLastIfDefNodeScannerStep:=Scanner.ChangeStep;
|
||||
EditorComponent.InvalidateAllIfdefNodes;
|
||||
//EditorComponent.InvalidateAllIfdefNodes;
|
||||
Code:=CodeBuffer;
|
||||
for i:=0 to Scanner.DirectiveCount-1 do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user