mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Go to file (Ctrl+Right, Ctrl+Left) in the flat view
This commit is contained in:
parent
8d53e3ebce
commit
7a3f348280
1 changed files with 1 additions and 2 deletions
|
|
@ -833,8 +833,7 @@ begin
|
|||
// Change file source, if the file under cursor can be opened as another file source.
|
||||
try
|
||||
if not ChooseFileSource(TargetPage.FileView, SourcePage.FileView.FileSource, aFile) then
|
||||
TargetPage.FileView.AddFileSource(SourcePage.FileView.FileSource,
|
||||
SourcePage.FileView.CurrentPath);
|
||||
TargetPage.FileView.AddFileSource(SourcePage.FileView.FileSource, aFile.Path);
|
||||
TargetPage.FileView.SetActiveFile(aFile.Name);
|
||||
except
|
||||
on e: EFileSourceException do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue