mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 11:19:10 +02:00
TCustomEditBtn: initialize Color property in constructor.
git-svn-id: trunk@44668 -
This commit is contained in:
parent
9718b5cd57
commit
e3aa48ff3e
@ -1523,6 +1523,7 @@ begin
|
||||
Parent := Self;
|
||||
end;
|
||||
AutoSize := True;
|
||||
Color := {$ifdef UseCLDefault}clDefault{$else}clWindow{$endif};
|
||||
end;
|
||||
|
||||
destructor TCustomEditButton.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user