瀏覽代碼

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 10 年之前
父節點
當前提交
ab332de991
共有 1 個文件被更改,包括 1 次插入1 次删除
  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));
 }
 //---------------------------------------------------------------------------