Compare commits
No commits in common. "9127ea590ef873dd83324fe2063844ce033e9047" and "2ecd79660f173b267e81fc8b6bafba8e135c3668" have entirely different histories.
9127ea590e
...
2ecd79660f
|
|
@ -3554,17 +3554,6 @@ bool FormDraw::LoadFromSLF_Result(QMyCustomPlot *widget, QString strSlfName, QSt
|
|||
pGroup->addResultToPlot(-m_Result->EndDepth, -m_Result->MDepth1, result1, strUuid);
|
||||
}
|
||||
}
|
||||
|
||||
if (result2 != "")
|
||||
{
|
||||
if (m_Result->MDepth3 != 0)
|
||||
{
|
||||
pGroup->addResultToPlot(-m_Result->MDepth3, -m_Result->MDepth2, result2, strUuid);
|
||||
}
|
||||
else {
|
||||
pGroup->addResultToPlot(-m_Result->EndDepth, -m_Result->MDepth2, result2, strUuid);
|
||||
}
|
||||
}
|
||||
continue;
|
||||
//
|
||||
strUuid = "";
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ QMyCustomPlot::QMyCustomPlot(QWidget *parent, QString strSlfName, QString strWel
|
|||
|
||||
void QMyCustomPlot::initGeometry(QString strUuid, int nscale, int nW)
|
||||
{
|
||||
this->m_strUuid = strUuid;
|
||||
this->m_strUuid = m_strUuid;
|
||||
|
||||
double dHight = (m_iY2 - m_iY1)*100.0 / (double)nscale * g_dPixelPerCm;
|
||||
if (g_iShow == 1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user