修复显示空白BUG
This commit is contained in:
parent
854e2f2819
commit
4af6a26c1e
|
|
@ -604,6 +604,8 @@ QMyCustomPlot* FormDraw::addTableLine(QString strUuid, QString strSlfName, QStri
|
||||||
|
|
||||||
//
|
//
|
||||||
QMyCustomPlot *curv = new QMyCustomPlot(this, strSlfName, strWellName, strTrackName, strLineName);
|
QMyCustomPlot *curv = new QMyCustomPlot(this, strSlfName, strWellName, strTrackName, strLineName);
|
||||||
|
curv->m_iY1 = m_iY1;
|
||||||
|
curv->m_iY2 = m_iY2;
|
||||||
curv->initGeometry(m_strUuid, m_iScale, m_nTrackW);
|
curv->initGeometry(m_strUuid, m_iScale, m_nTrackW);
|
||||||
curv->show();
|
curv->show();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user