Browse Source

Flashing taskbar button, when synchronization checklist window shows with found changed files, while WinSCP is on background

Source commit: b3adcf78f88f494ca8da30ff27bc21624caeff63
Martin Prikryl 7 years ago
parent
commit
bb75b7f6a7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/forms/SynchronizeChecklist.cpp

+ 1 - 0
source/forms/SynchronizeChecklist.cpp

@@ -426,6 +426,7 @@ void __fastcall TSynchronizeChecklistDialog::FormShow(TObject * /*Sender*/)
     {
       BoundsRect = Application->MainForm->BoundsRect;
     }
+    FlashOnBackground();
   }
 
   ListView->ColProperties->ParamsStr = CustomWinConfiguration->SynchronizeChecklist.ListParams;