From 4af6a26c1ecd0551dc505bc3f4e6a92f91b8e194 Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Thu, 26 Feb 2026 16:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=98=BE=E7=A4=BA=E7=A9=BA?= =?UTF-8?q?=E7=99=BDBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/formdraw.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/logPlus/formdraw.cpp b/logPlus/formdraw.cpp index 7e7b0b6..05f4ea9 100644 --- a/logPlus/formdraw.cpp +++ b/logPlus/formdraw.cpp @@ -604,6 +604,8 @@ QMyCustomPlot* FormDraw::addTableLine(QString strUuid, QString strSlfName, QStri // 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->show();