From 6c48319c60c4eb6ad4ff3631f5caa6b297d2e787 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 수, 18 8월 2021 09:06:18 +0900 Subject: [PATCH] Merge branch 'feature/#3561_CF_AOI_Review_Align_카메라_끊김_현상_조치' into feature/#3562_CF_AOI_Review_실행_프로그램_경로_변경 --- ReviewSystem/ReviewRecipeEditor/DlgReview.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ReviewSystem/ReviewRecipeEditor/DlgReview.cpp b/ReviewSystem/ReviewRecipeEditor/DlgReview.cpp index bc0f3dc..20ef737 100644 --- a/ReviewSystem/ReviewRecipeEditor/DlgReview.cpp +++ b/ReviewSystem/ReviewRecipeEditor/DlgReview.cpp @@ -290,7 +290,8 @@ if(strArrayOption.GetSize() > 0) { - strItemText = strArrayOption.GetAt(pRcpPriorityInfo->GetPriorityStackData()); + //LYW ERR�닔�젙 + strItemText = strArrayOption.GetAt(pRcpPriorityInfo->GetPriorityGrayData()); m_ctrlGridFilterinfo.SetItemText(nRowIdx, nColIdx++, strItemText); } } -- Gitblit v1.9.3