mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
SynEdit: Word wrap, fix initialization of token-info
This commit is contained in:
parent
33ea43b9e4
commit
9a8138a7c1
@ -1510,6 +1510,7 @@ function TLazSynDisplayWordWrap.GetNextHighlighterToken(out
|
||||
var
|
||||
PreStart: Integer;
|
||||
begin
|
||||
ATokenInfo := Default(TLazSynDisplayTokenInfo);
|
||||
If FCurLineLogIdx >= FCurSubLineNextLogStartIdx then begin
|
||||
Result := False;
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user