mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Quick view file in the archive when flat view mode
This commit is contained in:
parent
c7b3ff13d0
commit
4a14064ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ begin
|
|||
if not (fsoCopyOut in Sender.FileSource.GetOperationsTypes) then Exit;
|
||||
|
||||
ActiveFile:= aFile.Clone;
|
||||
TempFiles:= TFiles.Create(Sender.CurrentPath);
|
||||
TempFiles:= TFiles.Create(ActiveFile.Path);
|
||||
TempFiles.Add(aFile.Clone);
|
||||
|
||||
if FFileSource.IsClass(TTempFileSystemFileSource) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue