소스 검색

Merge branch 'OTSRelease3_0' of http://36.129.163.148:30080/gogsadmin/OTS into OTSRelease3_0

gsp 9 달 전
부모
커밋
12efcbca0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OTSIncAReportApp/1-UI/Control_Graph/Controls/Control_XRayTable.cs

+ 1 - 1
OTSIncAReportApp/1-UI/Control_Graph/Controls/Control_XRayTable.cs

@@ -316,7 +316,7 @@ namespace OTSIncAReportGraph.Controls
                 m_list_twopoint2.Add(tp);
             }
             List<ShowElementInfo> in_list_showelementinfo2 = new List<ShowElementInfo>();
-            if (in_list_showelementinfo.Count > 4) in_list_showelementinfo2 = in_list_showelementinfo.GetRange(0, 4);
+            if (in_list_showelementinfo.Count > 10) in_list_showelementinfo2 = in_list_showelementinfo.GetRange(0, 10);
             else in_list_showelementinfo2 = in_list_showelementinfo;
             //重新实现的计算峰值上显示元素的计算方法
             CalcKMLFPoint(in_list_showelementinfo2);