瀏覽代碼

Bug fix: When second local panel tree view has focus, some keyboards shortcuts still operated on the first local panel

Source commit: 7142a41364914ef559841218287e485bb8e21a22
Martin Prikryl 2 年之前
父節點
當前提交
015b7cc13d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/forms/ScpCommander.cpp

+ 1 - 1
source/forms/ScpCommander.cpp

@@ -98,13 +98,13 @@ __fastcall TScpCommanderForm::TScpCommanderForm(TComponent* Owner)
   CopyPopup(LocalPathLabel, LocalTopDock);
   CopyPopup(LocalStatusBar, LocalTopDock);
   CopyPopup(LocalDriveView, LocalTopDock);
-  CopyPopup(OtherLocalDriveView, LocalTopDock);
   CopyPopup(LocalBottomDock, LocalTopDock);
 
   RemoteTopDock->PopupMenu = NonVisualDataModule->RemotePanelPopup;
   CopyPopup(RemotePathLabel, RemoteTopDock);
   CopyPopup(RemoteStatusBar, RemoteTopDock);
   CopyPopup(RemoteDriveView, RemoteTopDock);
+  CopyPopup(OtherLocalDriveView, RemoteTopDock);
   CopyPopup(RemoteBottomDock, RemoteTopDock);
 
   SetShortcuts();