mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 20:39:23 +02:00
LCL: reordered variables of TAnchorSide as workaround for bug #14364
git-svn-id: trunk@21345 -
This commit is contained in:
parent
81a6659dc6
commit
8300860867
@ -725,8 +725,8 @@ type
|
|||||||
|
|
||||||
TAnchorSide = class(TPersistent)
|
TAnchorSide = class(TPersistent)
|
||||||
private
|
private
|
||||||
|
FKind: TAnchorKind; // keep FKind the first property. see bug 14364
|
||||||
FControl: TControl;
|
FControl: TControl;
|
||||||
FKind: TAnchorKind;
|
|
||||||
FOwner: TControl;
|
FOwner: TControl;
|
||||||
FSide: TAnchorSideReference;
|
FSide: TAnchorSideReference;
|
||||||
function IsSideStored: boolean;
|
function IsSideStored: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user