mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-09 21:00:00 +02:00
SynEdit: paint, ensure field for Attribute is initialized
git-svn-id: trunk@43426 -
This commit is contained in:
parent
1ce927a927
commit
69a1873b27
@ -332,6 +332,7 @@ begin
|
||||
FNextMarkupLogPos := MaxInt;
|
||||
end;
|
||||
|
||||
ATokenInfo.Attr := nil;
|
||||
if FCurMarkupState = cmPastEOL
|
||||
then Result := False
|
||||
else Result := GetNextHighlighterTokenFromView(ATokenInfo, FNextMarkupPhysPos, FNextMarkupLogPos);
|
||||
|
Loading…
Reference in New Issue
Block a user