소스 검색

修改测量程序先点击中止再点击停止按钮状态不变的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;
                     }
                 }