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:
juha 2018-10-19 16:37:23 +00:00
parent 3ddb07d107
commit 8efc263ae4

View File

@ -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;