mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 09:09:32 +02:00
cocoa: fix a typo with getting windows coordinates #33143
git-svn-id: trunk@57280 -
This commit is contained in:
parent
44e5605fae
commit
ad5b73def1
@ -1066,7 +1066,7 @@ begin
|
||||
begin
|
||||
dx := 0;
|
||||
dy := 0;
|
||||
NSObject(Handle).lclLocalToScreen(dx, dx);
|
||||
NSObject(Handle).lclLocalToScreen(dx, dy);
|
||||
MoveRect(ARect, dx, dy);
|
||||
end;
|
||||
Result := 1;
|
||||
|
Loading…
Reference in New Issue
Block a user