Explorar o código

Comment on reuse of delayed list view update implementation

Source commit: 4e5af243d3ebc5380f088e3a153ce257a6ae49b9
Martin Prikryl %!s(int64=5) %!d(string=hai) anos
pai
achega
824ca4edd3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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);