فهرست منبع

Comment on reuse of delayed list view update implementation

(cherry picked from commit 824ca4edd3fe5c5ee9179aab0aae9f1fd3c00ab5)

Source commit: 8a45bce262946abcb47e1e5ea0b9f12945fd25d3
Martin Prikryl 5 سال پیش
والد
کامیت
50e7ee2efb
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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)
 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);