IDE: fixed highlighting "enum" word in code completion window (copy/paste typo)

This commit is contained in:
Maxim Ganetsky 2024-10-22 00:41:41 +03:00
parent fe7ee59f21
commit ba3443ff51

View File

@ -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;