FIX: Drag&Drop into PowerPro

(cherry picked from commit 0f062a7138)
This commit is contained in:
Alexander Koblov 2023-12-05 00:16:15 +03:00
commit fd263edcbc

View file

@ -640,15 +640,6 @@ begin
pFiles -- смещение от начала структуры до первого байта массива с именами файлов. }
DropFiles.pFiles := SizeOf(TDropFiles);
if Windows.GetCursorPos(@DropFiles.pt) = False then
begin
DropFiles.pt.x := 0;
DropFiles.pt.y := 0;
end;
DropFiles.fNC := True; // Pass cursor coordinates as screen coords
DropFiles.fWide := bUnicode;
{ Копируем имена файлов в буфер.