Ver código fonte

Not displaying progress on status bar when no queued operation is active

Source commit: 18f5b1d7f1f24687ff553929d40ce3d882bc5a48
Martin Prikryl 3 anos atrás
pai
commit
73713d37a4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -933,7 +933,7 @@ void __fastcall TCustomScpExplorerForm::SetQueueProgress()
 
 
   if ((FTaskbarList != NULL) && (FProgressForm == NULL))
   if ((FTaskbarList != NULL) && (FProgressForm == NULL))
   {
   {
-    if ((FQueueStatus != NULL) && (FQueueStatus->ActiveAndPendingPrimaryCount > 0))
+    if ((FQueueStatus != NULL) && (FQueueStatus->ActivePrimaryCount > 0))
     {
     {
       if (FQueueStatus->IsOnlyOneActiveAndNoPending())
       if (FQueueStatus->IsOnlyOneActiveAndNoPending())
       {
       {