فهرست منبع

处理测量帧图数和测量面积不显示的bug

cxs 3 سال پیش
والد
کامیت
3be6a8b0f8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      OTSIncAMeasureApp/4-OTSSamplespaceGraphicsPanel/OTSSamplespaceWindow.cs

+ 1 - 1
OTSIncAMeasureApp/4-OTSSamplespaceGraphicsPanel/OTSSamplespaceWindow.cs

@@ -3848,7 +3848,7 @@ namespace OTSMeasureApp
             }
             iSzie = oValue.Size;
             //although we can initialize the fielddata infomation of one sample here ,but we shouldn't do it here,because this is in the module of HMI interface(view),we must abey the rules of MVC.
-            //WSample.GetSEMDataMsr().SetTotalFields(iFieldCount);
+            WSample.GetSEMDataMsr().SetTotalFields(iFieldCount);
             //WSample.ClearFields();
             //foreach (Point fldcenter in pFields)
             //{