|
@@ -378,6 +378,7 @@ bool __fastcall TScpCommanderForm::CopyParamDialog(TTransferDirection Direction,
|
|
//---------------------------------------------------------------------------
|
|
//---------------------------------------------------------------------------
|
|
void __fastcall TScpCommanderForm::DoShow()
|
|
void __fastcall TScpCommanderForm::DoShow()
|
|
{
|
|
{
|
|
|
|
+ AddStartupSequence(L"W");
|
|
// Make sure the RemoteDirView is disabled (if not connected yet)
|
|
// Make sure the RemoteDirView is disabled (if not connected yet)
|
|
// before the focusing below,
|
|
// before the focusing below,
|
|
// otherwise we disable the view while setting it focused
|
|
// otherwise we disable the view while setting it focused
|
|
@@ -401,6 +402,7 @@ void __fastcall TScpCommanderForm::DoShow()
|
|
DirView(osOther)->SetFocus();
|
|
DirView(osOther)->SetFocus();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ AddStartupSequence(L"U");
|
|
TCustomScpExplorerForm::DoShow();
|
|
TCustomScpExplorerForm::DoShow();
|
|
|
|
|
|
// Need to do do this before the main window really displays.
|
|
// Need to do do this before the main window really displays.
|