Pārlūkot izejas kodu

Consistency with GetSynchronizeOptions

Source commit: a86e3f3cfb66ea1a230db2be43f7a2b0ec081d6a
Martin Prikryl 5 gadi atpakaļ
vecāks
revīzija
4a0d234513
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -5504,7 +5504,7 @@ bool __fastcall TCustomScpExplorerForm::SynchronizeAllowSelectedOnly()
 {
   // can be called from command line
   return Visible &&
-    ((DirView(osOther)->SelCount > 0) ||
+    ((DirView(osRemote)->SelCount > 0) ||
      (HasDirView[osLocal] && (DirView(osLocal)->SelCount > 0)));
 }
 //---------------------------------------------------------------------------