mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 23:29:16 +02:00
IDE: designer: fixed store selection bounds for mediator, patch from Anton
git-svn-id: branches/fixes_1_8@56282 -
This commit is contained in:
parent
a779b58e4d
commit
225735b765
@ -759,6 +759,7 @@ begin
|
||||
FOldWidth:=r.Right-r.Left;
|
||||
FOldHeight:=r.Bottom-r.Top;
|
||||
end;
|
||||
FOldFormRelativeLeftTop:=Owner.Mediator.GetComponentOriginOnForm(TComponent(FPersistent));
|
||||
end else begin
|
||||
GetComponentBounds(TComponent(FPersistent),
|
||||
FOldLeft,FOldTop,FOldWidth,FOldHeight);
|
||||
|
Loading…
Reference in New Issue
Block a user