mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 21:48:19 +02:00
IDE: fixed highlighting "enum" word in code completion window (copy/paste typo)
This commit is contained in:
parent
fe7ee59f21
commit
ba3443ff51
@ -495,7 +495,7 @@ begin
|
||||
ImageIndexCC := IDEImages.LoadImage('cc_enum')
|
||||
else
|
||||
begin
|
||||
AColor:=Colors.Color[ahaIdentComplWindowEntryIdent].Foreground;
|
||||
AColor:=Colors.Color[ahaIdentComplWindowEntryEnum].Foreground;
|
||||
s:='enum';
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user