mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 18:58:12 +02:00
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:
parent
f9a5f928c7
commit
ffc1493b4a
@ -630,6 +630,8 @@ begin
|
||||
lFiles[i] := NSStringToString(lNSStr);
|
||||
end;
|
||||
Application.IntfDropFiles(lFiles);
|
||||
if Application.MainForm<>nil then
|
||||
Application.MainForm.IntfDropFiles(lFiles);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user