mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 12:41:45 +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')
|
ImageIndexCC := IDEImages.LoadImage('cc_enum')
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
AColor:=Colors.Color[ahaIdentComplWindowEntryIdent].Foreground;
|
AColor:=Colors.Color[ahaIdentComplWindowEntryEnum].Foreground;
|
||||||
s:='enum';
|
s:='enum';
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user