mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
92925e7a91
commit
fd263edcbc
1 changed files with 0 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
{ Копируем имена файлов в буфер.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue