浏览代码

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

Source commit: 18f5b1d7f1f24687ff553929d40ce3d882bc5a48
Martin Prikryl 3 年之前
父节点
当前提交
73713d37a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 ((FQueueStatus != NULL) && (FQueueStatus->ActiveAndPendingPrimaryCount > 0))
+    if ((FQueueStatus != NULL) && (FQueueStatus->ActivePrimaryCount > 0))
     {
       if (FQueueStatus->IsOnlyOneActiveAndNoPending())
       {