mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Clicking on a drive goes always to root
This commit is contained in:
parent
5626f42e9c
commit
62fccbdba8
1 changed files with 1 additions and 0 deletions
|
|
@ -5418,6 +5418,7 @@ begin
|
|||
mbCompareFileNames(ExtractRootDir(OtherFileView.CurrentPath), ExcludeTrailingPathDelimiter(Drive^.Path)) and
|
||||
not mbCompareFileNames(OtherFileView.CurrentPath, aFileView.CurrentPath) and not gGoToRoot then
|
||||
begin
|
||||
FoundPath:= True;
|
||||
SetFileSystemPath(aFileView, OtherFileView.CurrentPath);
|
||||
end
|
||||
// Open latest path from history for chosen drive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue