修复加载可视解释json,新建道不显示bug

This commit is contained in:
DESKTOP-450PEFP\mainc 2026-02-26 11:42:49 +08:00
parent 8ef9a84e8f
commit 854e2f2819

View File

@ -142,6 +142,8 @@ void FormDraw::setDrawData(QStringList listdt, QJsonObject objInfo)
// //
QMyCustomPlot *curv = new QMyCustomPlot(this, strSlfName, strWellName, m_strTrackName, strLineName); QMyCustomPlot *curv = new QMyCustomPlot(this, strSlfName, strWellName, m_strTrackName, strLineName);
curv->m_iY1 = m_iY1;
curv->m_iY2 = m_iY2;
curv->initGeometry(m_strUuid, m_iScale, nW); curv->initGeometry(m_strUuid, m_iScale, nW);
curv->show(); curv->show();