mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 04:09:30 +02:00
LCL: Do not store anchoring properties of TLabeledEdit.editLabel. It is controlled by property LabelPosition. Issue #34431.
git-svn-id: trunk@59327 -
This commit is contained in:
parent
3ddb07d107
commit
8efc263ae4
@ -904,12 +904,17 @@ type
|
||||
constructor Create(TheOwner: TComponent); override;
|
||||
property FocusControl;
|
||||
published
|
||||
property AnchorSideLeft stored False;
|
||||
property AnchorSideTop stored False;
|
||||
property AnchorSideRight stored False;
|
||||
property AnchorSideBottom stored False;
|
||||
property Left stored False;
|
||||
property Top stored False;
|
||||
property Caption;
|
||||
property Color;
|
||||
property DragCursor;
|
||||
property DragMode;
|
||||
property Height;
|
||||
property Left;
|
||||
property ParentColor;
|
||||
property ParentFont;
|
||||
property ParentShowHint;
|
||||
|
Loading…
Reference in New Issue
Block a user