|
@@ -434,3 +434,13 @@ void TScpExplorerForm::ResetLayoutColumns(TOperationSide)
|
|
|
{
|
|
|
RemoteDirView->UnixColProperties->ParamsStr = ScpExplorerDirViewParamsDefault;
|
|
|
}
|
|
|
+//---------------------------------------------------------------------------
|
|
|
+void __fastcall TScpExplorerForm::UpdateControls()
|
|
|
+{
|
|
|
+ TCustomScpExplorerForm::UpdateControls();
|
|
|
+
|
|
|
+ if ((ActiveControl == NULL) && RemoteDirView->CanFocus())
|
|
|
+ {
|
|
|
+ ActiveControl = RemoteDirView;
|
|
|
+ }
|
|
|
+}
|