瀏覽代碼

Not animating task bar button, when items are queued, but processing is disabled

Reverts part of ed9482ab

Source commit: 51a948023e3137da9c454871ec2c5597468466aa
Martin Prikryl 3 年之前
父節點
當前提交
c3635af9dc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/forms/CustomScpExplorer.cpp

+ 1 - 0
source/forms/CustomScpExplorer.cpp

@@ -933,6 +933,7 @@ void __fastcall TCustomScpExplorerForm::SetQueueProgress()
 
   if ((FTaskbarList != NULL) && (FProgressForm == NULL))
   {
+    // Do not animate task bar button, when items are queued, but processing is disabled
     if ((FQueueStatus != NULL) && (FQueueStatus->ActivePrimaryCount > 0))
     {
       if (FQueueStatus->IsOnlyOneActiveAndNoPending())