mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0000960] Control+left/right arrow as in Total Commander
This commit is contained in:
parent
898e13f98f
commit
8d665a69a2
1 changed files with 1 additions and 0 deletions
|
|
@ -842,6 +842,7 @@ begin
|
|||
if not ChooseFileSource(TargetPage.FileView, SourcePage.FileView.FileSource, aFile) then
|
||||
TargetPage.FileView.AddFileSource(SourcePage.FileView.FileSource,
|
||||
SourcePage.FileView.CurrentPath);
|
||||
TargetPage.FileView.SetActiveFile(aFile.Name);
|
||||
except
|
||||
on e: EFileSourceException do
|
||||
MessageDlg('Error', e.Message, mtError, [mbOK], 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue