IDE: PaintCompletionItem: change TColorRef to TColor

git-svn-id: trunk@58144 -
This commit is contained in:
ondrej 2018-06-05 17:33:11 +00:00
parent 88706118dd
commit 96c06ef599

View File

@ -161,9 +161,9 @@ var
BGGreen: Integer;
BGBlue: Integer;
TokenStart: Integer;
BackgroundColor: TColorRef;
ForegroundColor: TColorRef;
TextHilightColor: TColorRef;
BackgroundColor: TColor;
ForegroundColor: TColor;
TextHilightColor: TColor;
AllowFontColor: Boolean;
procedure SetFontColor(NewColor: TColor; Force: boolean = false);