From 6087507f5c9445055a38f7b861e40a22e82d3316 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期五, 25 七月 2025 16:09:29 +0800
Subject: [PATCH] 1. ProfileInspect单独使用坐标转换参数,与全局的区分开。如果ProfileInspect没有设置,那么默认使用全局的

---
 ENRIT/View/ViewRecipeInspectionView.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ENRIT/View/ViewRecipeInspectionView.cpp b/ENRIT/View/ViewRecipeInspectionView.cpp
index 68cc5f0..60094c9 100644
--- a/ENRIT/View/ViewRecipeInspectionView.cpp
+++ b/ENRIT/View/ViewRecipeInspectionView.cpp
@@ -182,6 +182,7 @@
 
 	DDX_Check(pDX,IDC_CHK_USE_AVG_PROFILE_JUDGEMENT,pJudge->AvgProfile[m_nCndRDSide].bUse);
 	DDX_Text(pDX,IDC_EDIT_AVG_PROFILE_DIFF,pJudge->AvgProfile[m_nCndRDSide].nDiff);
+	
 	DDX_Check(pDX,IDC_CHK_USE_AVG_CHAMFER_JUDGEMENT,pJudge->AvgChamfer[m_nCndRDSide].bUse);
 	DDX_Text(pDX,IDC_EDIT_AVG_CHAMFER_DIFF,pJudge->AvgChamfer[m_nCndRDSide].nDiff);
 

--
Gitblit v1.9.3