mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Restore focus when open virtual file system list
This commit is contained in:
parent
1404bb0a0a
commit
624872ea0d
1 changed files with 3 additions and 0 deletions
|
|
@ -704,7 +704,10 @@ var
|
|||
begin
|
||||
FileSource:= TVfsFileSource.Create(gWFXPlugins);
|
||||
if Assigned(FileSource) then
|
||||
begin
|
||||
Panel.AddFileSource(FileSource, FileSource.GetRootDir);
|
||||
frmMain.ActiveFrame.SetFocus;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TMainCommands.DoPanelsSplitterPerPos(SplitPos: Integer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue