Przeglądaj źródła

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

Reverts part of ed9482ab

Source commit: 51a948023e3137da9c454871ec2c5597468466aa
Martin Prikryl 3 lat temu
rodzic
commit
c3635af9dc
1 zmienionych plików z 1 dodań i 0 usunięć
  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())