Преглед на файлове

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();