mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 12:16:18 +02:00
fixed SetColor
git-svn-id: trunk@3743 -
This commit is contained in:
parent
279a4f077c
commit
c9dfc381a4
@ -368,7 +368,7 @@ type
|
||||
property AutoSize;
|
||||
property BorderStyle;
|
||||
property Caption;
|
||||
property Color default clBtnFace;
|
||||
property Color;
|
||||
property ClientHeight;
|
||||
property ClientWidth;
|
||||
property Constraints;
|
||||
@ -423,7 +423,6 @@ type
|
||||
destructor Destroy; override;
|
||||
procedure ActivateHint(ARect: TRect; const AHint: String); virtual;
|
||||
function CalcHintRect(MaxWidth: Integer; const AHint: String; AData: Pointer): TRect; virtual;
|
||||
property Color;
|
||||
property AutoHide : Boolean read FAutoHide write SetAutoHide;
|
||||
property HideInterval : Integer read FHideInterval write SetHideInterval;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user