mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 20:37:19 +01: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;
|
constructor Create(TheOwner: TComponent); override;
|
||||||
property FocusControl;
|
property FocusControl;
|
||||||
published
|
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 Caption;
|
||||||
property Color;
|
property Color;
|
||||||
property DragCursor;
|
property DragCursor;
|
||||||
property DragMode;
|
property DragMode;
|
||||||
property Height;
|
property Height;
|
||||||
property Left;
|
|
||||||
property ParentColor;
|
property ParentColor;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
property ParentShowHint;
|
property ParentShowHint;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user