SynEdit: paint, ensure field for Attribute is initialized

git-svn-id: trunk@43423 -
This commit is contained in:
martin 2013-11-11 19:26:21 +00:00
parent 96236fecb2
commit c1e13c5ce7

View File

@ -669,6 +669,7 @@ var
TabExtra: Integer;
HasTabs, HasDouble: Boolean;
begin
ATokenInfo.Attr := nil;
while True do begin
Result := MaybeFetchToken; // Get token from View/Highlighter
if not Result then begin