修复加载可视解释json,新建道不显示bug
This commit is contained in:
parent
8ef9a84e8f
commit
854e2f2819
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user