Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
ab332de991
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
 void __fastcall TScpCommanderForm::GoToAddress()
 {
 {
-  OpenDirectory(osCurrent);
+  OpenDirectory(GetSide(osCurrent));
 }
 }
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------