Selaa lähdekoodia

Comment on reuse of delayed list view update implementation

Source commit: 4e5af243d3ebc5380f088e3a153ce257a6ae49b9
Martin Prikryl 5 vuotta sitten
vanhempi
sitoutus
824ca4edd3
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      source/forms/CustomScpExplorer.cpp

+ 2 - 1
source/forms/CustomScpExplorer.cpp

@@ -10863,7 +10863,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);