mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 02:38:16 +02:00
SynEdit: small optimization
git-svn-id: trunk@52759 -
This commit is contained in:
parent
a4c0af395a
commit
48873222a4
@ -1699,7 +1699,7 @@ var
|
||||
LineBufferRtlLogPos := -1;
|
||||
|
||||
FTokenBreaker.SetHighlighterTokensLine(TV + CurLine, CurTextIndex);
|
||||
CharWidths := FTheLinesView.GetPhysicalCharWidths(CurTextIndex);
|
||||
CharWidths := FTokenBreaker.CharWidths;
|
||||
fMarkupManager.PrepareMarkupForRow(CurTextIndex+1);
|
||||
|
||||
DividerInfo := DisplayView.GetDrawDividerInfo; // May call HL.SetRange
|
||||
|
Loading…
Reference in New Issue
Block a user