From 57deb48ab127f3466fcf5578f57417ce6b7ce0e8 Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Mon, 20 Apr 2026 09:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BD=91=E6=A0=BCbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/qmycustomplot.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/logPlus/qmycustomplot.cpp b/logPlus/qmycustomplot.cpp index 84c225f..7bf97a6 100644 --- a/logPlus/qmycustomplot.cpp +++ b/logPlus/qmycustomplot.cpp @@ -10270,6 +10270,8 @@ void QMyCustomPlot::setScaleX(float fx1, float fx2) pGline->setLayer("topLayer"); } + if (m_bRowGridVisible) + drawRowGrid(false); } void QMyCustomPlot::drawGrid() @@ -10311,8 +10313,8 @@ void QMyCustomPlot::setDepthY(float fy1, float fy2) this->m_iY2 = fy2; this->yAxis->setRange(m_iY1, m_iY2); - if (m_bRowGridVisible) - drawRowGrid(); +// if (m_bRowGridVisible) +// drawRowGrid(false); } void QMyCustomPlot::updateDepthY(float fy1, float fy2)