mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 21:27:42 +01:00
IDE: PaintCompletionItem: change TColorRef to TColor
git-svn-id: trunk@58144 -
This commit is contained in:
parent
88706118dd
commit
96c06ef599
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user