mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Drag&Drop - restore selection of active file when start drag with control key pressed
This commit is contained in:
parent
c250b1412f
commit
a4b1d79bfd
1 changed files with 2 additions and 0 deletions
|
|
@ -1055,6 +1055,8 @@ begin
|
|||
if IsItemValid(AFile) then
|
||||
begin
|
||||
MainControl.BeginDrag(False);
|
||||
// Restore selection of active file
|
||||
if not AFile.Selected then MarkFile(AFile, True);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue