Bladeren bron

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

cxs 3 jaren geleden
bovenliggende
commit
3be6a8b0f8
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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)
             //{