mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 15:19:19 +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.XPos := Round(MousePos.X);
|
||||||
MsgContext.YPos := Round(MousePos.Y);
|
MsgContext.YPos := Round(MousePos.Y);
|
||||||
Rcp := Owner;
|
Rcp := Owner;
|
||||||
|
Res := 1;
|
||||||
repeat
|
repeat
|
||||||
cb := Rcp.lclGetCallback;
|
cb := Rcp.lclGetCallback;
|
||||||
if Assigned(cb) then
|
if Assigned(cb) then
|
||||||
|
Loading…
Reference in New Issue
Block a user