From 59f013452afe0c57a7a5d23d60aef7b3dcd3f0b0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Mon, 9 Feb 2026 16:39:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=90=8E=EF=BC=8C=20?= =?UTF-8?q?=E5=8F=98=E5=AF=86=E5=BA=A6=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= 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 2e6f0c3..bee2dac 100644 --- a/logPlus/qmycustomplot.cpp +++ b/logPlus/qmycustomplot.cpp @@ -114,7 +114,7 @@ void QMyCustomPlot::changePropertyWaveUpdate() clearGraphs(); clearItems(); - if (this->m_colorMap) + if (this->m_colorMap && this->m_bX2Y) { QCPAxis *yAxis = this->yAxis; QCPAxis *xAxis = this->xAxis;