mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +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)
|
||||
private
|
||||
FKind: TAnchorKind; // keep FKind the first property. see bug 14364
|
||||
FControl: TControl;
|
||||
FKind: TAnchorKind;
|
||||
FOwner: TControl;
|
||||
FSide: TAnchorSideReference;
|
||||
function IsSideStored: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user