浏览代码

repair code - reveiew by Gavin

melon.yin 2 年之前
父节点
当前提交
4c7bce8916
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/view/measure/operate_type_change_button.dart

+ 1 - 0
lib/view/measure/operate_type_change_button.dart

@@ -194,6 +194,7 @@ class OperateTypeChangeButtonState extends State<OperateTypeChangeButton>
   /// 进入测量
   void enterMeasure() {
     if (Get.find<IApplication>().checkIs3rdAndEmptyStandardLine()) {
+      is3rdVideoTappedMeasure = true;
       VoidCallback rollbackFn;
       if (operateButtonState == OperateButtonState.isAnnotation) {
         rollbackFn = onTapAnnotation;