mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 00:20:08 +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;
|
FNextMarkupLogPos := MaxInt;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
ATokenInfo.Attr := nil;
|
||||||
if FCurMarkupState = cmPastEOL
|
if FCurMarkupState = cmPastEOL
|
||||||
then Result := False
|
then Result := False
|
||||||
else Result := GetNextHighlighterTokenFromView(ATokenInfo, FNextMarkupPhysPos, FNextMarkupLogPos);
|
else Result := GetNextHighlighterTokenFromView(ATokenInfo, FNextMarkupPhysPos, FNextMarkupLogPos);
|
||||||
|
Loading…
Reference in New Issue
Block a user