Răsfoiți Sursa

Comment on reuse of delayed list view update implementation

(cherry picked from commit 824ca4edd3fe5c5ee9179aab0aae9f1fd3c00ab5)

Source commit: 8a45bce262946abcb47e1e5ea0b9f12945fd25d3
Martin Prikryl 5 ani în urmă
părinte
comite
50e7ee2efb
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      source/forms/CustomScpExplorer.cpp

+ 2 - 1
source/forms/CustomScpExplorer.cpp

@@ -10880,7 +10880,8 @@ void __fastcall TCustomScpExplorerForm::QueueFileListData(TObject *, TListItem *
 //---------------------------------------------------------------------------
 void __fastcall TCustomScpExplorerForm::QueueView3Change(TObject *, TListItem *, TItemChange)
 {
-  // should be improved, once we do not refresh the list when switching between details of the same batch
+  // Should be improved, once we do not refresh the list when switching between details of the same batch.
+  // See TSynchronizeChecklistDialog::UpdateTimer
   if (QueueFileList->Items->Count > 0)
   {
     QueueFileList->Items->Item[0]->MakeVisible(false);