mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:18:05 +02:00
Designer: formatting
git-svn-id: trunk@38466 -
This commit is contained in:
parent
f26e63161d
commit
50b8a2fee5
@ -692,8 +692,7 @@ begin
|
||||
end else begin
|
||||
GetComponentBounds(TComponent(FPersistent),
|
||||
FOldLeft,FOldTop,FOldWidth,FOldHeight);
|
||||
FOldFormRelativeLeftTop:=
|
||||
GetParentFormRelativeTopLeft(TComponent(FPersistent));
|
||||
FOldFormRelativeLeftTop:=GetParentFormRelativeTopLeft(TComponent(FPersistent));
|
||||
end;
|
||||
end;
|
||||
|
||||
@ -702,8 +701,7 @@ begin
|
||||
if not FIsTComponent then exit;
|
||||
GetComponentBounds(TComponent(FPersistent),
|
||||
FCachedLeft,FCachedTop,FCachedWidth,FCachedHeight);
|
||||
FCachedFormRelativeLeftTop:=
|
||||
GetParentFormRelativeTopLeft(TComponent(FPersistent));
|
||||
FCachedFormRelativeLeftTop:= GetParentFormRelativeTopLeft(TComponent(FPersistent));
|
||||
end;
|
||||
|
||||
function TSelectedControl.IsTopLvl: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user