FIX: Drag&Drop - restore selection of active file when start drag with control key pressed

This commit is contained in:
Alexander Koblov 2023-05-19 20:11:58 +03:00
commit a4b1d79bfd

View file

@ -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;