mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Error when try to quick view directory
This commit is contained in:
parent
d24877a1ad
commit
3a7fe57a9f
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ begin
|
|||
// If files are links to local files
|
||||
if (fspLinksToLocalFiles in Sender.FileSource.Properties) then
|
||||
begin
|
||||
if aFile.IsDirectory or aFile.IsLinkToDirectory then Exit;
|
||||
FFileSource := Sender.FileSource;
|
||||
ActiveFile:= aFile.Clone;
|
||||
if not FFileSource.GetLocalName(ActiveFile) then Exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue