mrDarker
2025-07-14 1c0ac1c7924efb8a2cb6962d3eda4126533a5ac8
ENRIT/View/ViewInsInformation.cpp
@@ -203,7 +203,7 @@
            pCell->SetTextClr(color);      
            pCell->SetFont(&lf);
         }
         str.Format(_T("%.3f"),(double)m_HistoryData.nProfileDiff[nProfileIndex]/1000.);
         str.Format(_T("%.3f"),(double)m_HistoryData.nProfileDiff[nProfileIndex] / 1000.);
         m_GrdMeasureLine[i].SetItemText(nRowIdx,iCol,str);   
         nRowIdx = 2;
@@ -232,7 +232,7 @@
            pCell->SetTextClr(color);      
            pCell->SetFont(&lf);
         }
         str.Format(_T("%.3f"),(double)m_HistoryData.nChamferThickDn[nProfileIndex]/1000.);
         str.Format(_T("%.3f"),(double)m_HistoryData.nChamferThickDn[nProfileIndex] / 1000.);
         m_GrdMeasureLine[i].SetItemText(nRowIdx,iCol,str);
         if (i > MAX_VIEWINFO_GRD_CNT - 3 && (68 == nProfileIndex || 78 == nProfileIndex))