From f4c9bd49f4ce17b951f21588d201bc8a23413c8f Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Tue, 21 Apr 2026 11:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=B3=A2=E5=88=97=E7=BB=98?= =?UTF-8?q?=E5=88=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/qmycustomplot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logPlus/qmycustomplot.cpp b/logPlus/qmycustomplot.cpp index ab4a3a0..b87adb3 100644 --- a/logPlus/qmycustomplot.cpp +++ b/logPlus/qmycustomplot.cpp @@ -370,12 +370,12 @@ void QMyCustomPlot::initWave(QString strSlfName, QString strWaveName) delete[] value; - widget->setScaleX(0, 264); widget->m_fmin = vmin; widget->m_fmax = vmax; // if (!widget->m_bX2Y) { + widget->setScaleX(0, 264); widget->xAxis->setVisible(false); widget->xAxis2->setVisible(false); widget->yAxis->setVisible(false);