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
(cherry picked from commit d98d27d833)
This commit is contained in:
parent
33d8e86db3
commit
961efff810
1 changed files with 1 additions and 1 deletions
|
|
@ -1054,7 +1054,7 @@ begin
|
|||
begin
|
||||
MainControl.BeginDrag(False);
|
||||
// Restore selection of active file
|
||||
if not AFile.Selected then MarkFile(AFile, True);
|
||||
if (FSelectedCount > 0) and (not AFile.Selected) then MarkFile(AFile, True);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue