فهرست منبع

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 سال پیش
والد
کامیت
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));
 }
 //---------------------------------------------------------------------------