mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:19:32 +02:00
TButtonEdit: AutoSize default True.
git-svn-id: trunk@44661 -
This commit is contained in:
parent
aa10eb3cea
commit
ada8e45a6d
@ -242,6 +242,7 @@ type
|
||||
procedure SetFocus; override;
|
||||
procedure Undo; virtual;
|
||||
|
||||
property Autosize default True;
|
||||
property Alignment: TAlignment read GetAlignment write SetAlignment default taLeftJustify;
|
||||
property CanUndo: Boolean read GetCanUndo;
|
||||
property CaretPos: TPoint read GetCaretPos write SetCaretPos;
|
||||
@ -1514,6 +1515,7 @@ begin
|
||||
|
||||
Parent := Self;
|
||||
end;
|
||||
AutoSize := True;
|
||||
end;
|
||||
|
||||
destructor TCustomButtonEdit.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user