修复显示空白BUG

This commit is contained in:
DESKTOP-450PEFP\mainc 2026-02-26 16:39:54 +08:00
parent 854e2f2819
commit 4af6a26c1e

View File

@ -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();