Browse Source

初始化时有bug。

Chenshilong 8 năm trước cách đây
mục cha
commit
135bf2a8d2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Forms/ReportManagerFrm.pas

+ 1 - 0
Forms/ReportManagerFrm.pas

@@ -104,6 +104,7 @@ begin
   TReports(FReports).CategoryList(cbCategory.Items);
   cbCategory.ItemIndex := 0;
   pcReport.ActivePage := tsLocal;
+  pcReport.OnChange(Sender);
 end;
 
 procedure TReportManagerForm.FormDestroy(Sender: TObject);