瀏覽代碼

处理测量帧图数和测量面积不显示的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)
             //{