mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 04:49:43 +02:00
* lcl control: use only ColorIsStored for Color - no other default value (see 1837c65413
)
This commit is contained in:
parent
7a73eac63a
commit
75ebb1fc4a
@ -1729,7 +1729,7 @@ type
|
||||
property ClientOrigin: TPoint read GetClientOrigin;
|
||||
property ClientRect: TRect read GetClientRect;
|
||||
property ClientWidth: Integer read GetClientWidth write SetClientWidth stored IsClientWidthStored;
|
||||
property Color: TColor read FColor write SetColor stored ColorIsStored default {$ifdef UseCLDefault}clDefault{$else}clWindow{$endif};
|
||||
property Color: TColor read FColor write SetColor stored ColorIsStored nodefault;
|
||||
property Constraints: TSizeConstraints read FConstraints write SetConstraints;
|
||||
property ControlOrigin: TPoint read GetControlOrigin;
|
||||
property ControlState: TControlState read FControlState write FControlState;
|
||||
|
@ -1615,7 +1615,7 @@ type
|
||||
procedure Paint; override;
|
||||
procedure SetBounds(aLeft, aTop, aWidth, aHeight: integer); override;
|
||||
property AutoSize default True;
|
||||
property Color nodefault;
|
||||
property Color;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user