浏览代码

修改测量程序先点击中止再点击停止按钮状态不变的bug

cxs 1 年之前
父节点
当前提交
b788fb98be
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      OTSIncAMeasureApp/OTSIncAMeasureAppForm.cs

+ 1 - 0
OTSIncAMeasureApp/OTSIncAMeasureAppForm.cs

@@ -967,6 +967,7 @@ namespace OTSMeasureApp
                     if (smpl.Value.GetSample().GetMsrStatus().GetStatus() == OTS_MSR_SAMPLE_STATUS.PAUSED)
                     {
                         smpl.Value.TheLastWorkOfSampleMeasure();
+                        SetStopMeasureRibbonStatus();
                         return;
                     }
                 }