Browse Source

Bug fix: Alt+D and Ctrl+L keyboard shortcuts on Commander interface in Location profiles bookmark mode do not focus Local directory box, when local panel has focus

Source commit: 0f51b36b177f6557eabccc563471b90615d04447
Martin Prikryl 9 years ago
parent
commit
ab332de991
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/ScpCommander.cpp

+ 1 - 1
source/forms/ScpCommander.cpp

@@ -2140,6 +2140,6 @@ void __fastcall TScpCommanderForm::RemoteStatusBarPanelClick(TTBXCustomStatusBar
 //---------------------------------------------------------------------------
 void __fastcall TScpCommanderForm::GoToAddress()
 {
-  OpenDirectory(osCurrent);
+  OpenDirectory(GetSide(osCurrent));
 }
 //---------------------------------------------------------------------------