mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 16:56:03 +02:00
cocoa: fix compiler warning
git-svn-id: trunk@59250 -
This commit is contained in:
parent
003ad96f6d
commit
a38daf0375
@ -392,6 +392,7 @@ begin
|
||||
MsgContext.XPos := Round(MousePos.X);
|
||||
MsgContext.YPos := Round(MousePos.Y);
|
||||
Rcp := Owner;
|
||||
Res := 1;
|
||||
repeat
|
||||
cb := Rcp.lclGetCallback;
|
||||
if Assigned(cb) then
|
||||
|
Loading…
Reference in New Issue
Block a user