cocoa: Patch for bug #30372: Drag and drop on app icon does not work with Cocoa widget set

git-svn-id: trunk@53850 -
This commit is contained in:
sekelsenmat 2017-01-03 06:19:42 +00:00
parent f9a5f928c7
commit ffc1493b4a

View File

@ -630,6 +630,8 @@ begin
lFiles[i] := NSStringToString(lNSStr);
end;
Application.IntfDropFiles(lFiles);
if Application.MainForm<>nil then
Application.MainForm.IntfDropFiles(lFiles);
end;
{------------------------------------------------------------------------------