mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 09:59:32 +02:00
SynEdit: paint, ensure field for Attribute is initialized
git-svn-id: trunk@43423 -
This commit is contained in:
parent
96236fecb2
commit
c1e13c5ce7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user