SDC C-Project CF Review 프로그램
LYW
2021-10-14 e8ba1e78e72f3f7ec2841f55fd90253b4dc414df
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);
            }
         }