Browse Source

Comment on reuse of delayed list view update implementation

Source commit: 4e5af243d3ebc5380f088e3a153ce257a6ae49b9
Martin Prikryl 5 years ago
parent
commit
824ca4edd3
1 changed files with 2 additions and 1 deletions
  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)
 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)
   if (QueueFileList->Items->Count > 0)
   {
   {
     QueueFileList->Items->Item[0]->MakeVisible(false);
     QueueFileList->Items->Item[0]->MakeVisible(false);