mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 17:52:59 +02:00
cocoa: fix formatting
git-svn-id: trunk@43649 -
This commit is contained in:
parent
39872a9b0a
commit
06375fba9b
@ -929,9 +929,7 @@ begin
|
|||||||
if TCocoaWindowContent(handle).isembedded then
|
if TCocoaWindowContent(handle).isembedded then
|
||||||
TCocoaWindowContent(handle).lclRelativePos(Left, Top)
|
TCocoaWindowContent(handle).lclRelativePos(Left, Top)
|
||||||
else
|
else
|
||||||
begin
|
|
||||||
TCocoaWindowContent(handle).window.lclRelativePos(Left, Top);
|
TCocoaWindowContent(handle).window.lclRelativePos(Left, Top);
|
||||||
end;
|
|
||||||
end
|
end
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user