Просмотр исходного кода

Bug fix: Local > Go to > Explore Directory was not working with focused remote panel

Caused by 21dd677b

For 6.0 fixed already by 461d097e

Source commit: 1216243e1dc2a9f2cda748a8addef043e4948564
Martin Prikryl 4 лет назад
Родитель
Сommit
95e7b1cf36
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      source/forms/ScpCommander.cpp

+ 1 - 1
source/forms/ScpCommander.cpp

@@ -1041,7 +1041,7 @@ void __fastcall TScpCommanderForm::FullSynchronizeDirectories()
 //---------------------------------------------------------------------------
 void __fastcall TScpCommanderForm::ExploreLocalDirectory()
 {
-  OpenFolderInExplorer(GetCurrentLocalBrowser()->Path);
+  OpenFolderInExplorer(LocalDirView->Path);
 }
 //---------------------------------------------------------------------------
 void __fastcall TScpCommanderForm::LocalDirViewExecFile(TObject *Sender,