From 3426eccdf3cb52348a46f605c7920b39f2f5bdcc Mon Sep 17 00:00:00 2001 From: wyj <157651241@qq.com> Date: Thu, 27 Jun 2024 12:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=84=A6=E8=B7=9D=E5=BE=AE=E8=B0=83=E9=80=9A?= =?UTF-8?q?=E8=BF=87CommPara=E8=AE=BE=E7=BD=AE=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LaipuDrawing/RecipeMgr.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LaipuDrawing/RecipeMgr.cpp b/LaipuDrawing/RecipeMgr.cpp index 63a3ede..cea5123 100644 --- a/LaipuDrawing/RecipeMgr.cpp +++ b/LaipuDrawing/RecipeMgr.cpp @@ -1226,12 +1226,14 @@ void CRecipeMgr::UpdateEditRecipeList(CListCtrl &RecipeList,CListCtrl &RecipeInf { int idx = 0; CRecipeParameter &RecipePar = RecipeParVec[k]; +#if 0 //改变焦距微调值的范围 if(RecipePar.m_ParName ==RECIPE_PAR_NAME_FOCUS_ADJUST_VAL) { RecipePar.m_DoubleMinVal = m_FocusAdjustMin; RecipePar.m_DoubleMaxVal= m_FocusAdjustMax; } +#endif CString Min,Max; RecipePar.GetRangeStr(Min,Max); if(RecipePar.m_bRcpInfoPar)//计算参数