cocoa: fix compiler warning

git-svn-id: trunk@59250 -
This commit is contained in:
dmitry 2018-10-04 22:28:33 +00:00
parent 003ad96f6d
commit a38daf0375

View File

@ -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