From a762efde08e2479d140679bef15a67da33a84fee Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Mon, 20 Apr 2026 10:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/logplus.vcxproj | 5 ----- logPlus/logplus.vcxproj.filters | 15 --------------- logPlus/qmycustomplot.cpp | 4 ++-- 3 files changed, 2 insertions(+), 22 deletions(-) diff --git a/logPlus/logplus.vcxproj b/logPlus/logplus.vcxproj index 3703413..abbd341 100644 --- a/logPlus/logplus.vcxproj +++ b/logPlus/logplus.vcxproj @@ -11,7 +11,6 @@ - @@ -45,7 +44,6 @@ - @@ -158,7 +156,6 @@ - @@ -197,7 +194,6 @@ - @@ -246,7 +242,6 @@ - {BE733E79-9D41-44C5-A0A3-048959EE70A0} diff --git a/logPlus/logplus.vcxproj.filters b/logPlus/logplus.vcxproj.filters index f900ac0..529fc64 100644 --- a/logPlus/logplus.vcxproj.filters +++ b/logPlus/logplus.vcxproj.filters @@ -83,9 +83,6 @@ common - - Header Files - libtiff\libtiff @@ -319,9 +316,6 @@ Header Files - - Header Files - @@ -540,12 +534,6 @@ Source Files - - Source Files - - - Source Files - libtiff\libtiff @@ -739,8 +727,5 @@ Form Files - - Form Files - \ No newline at end of file diff --git a/logPlus/qmycustomplot.cpp b/logPlus/qmycustomplot.cpp index 7bf97a6..c492274 100644 --- a/logPlus/qmycustomplot.cpp +++ b/logPlus/qmycustomplot.cpp @@ -10313,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(false); + if (m_bRowGridVisible) + drawRowGrid(false); } void QMyCustomPlot::updateDepthY(float fy1, float fy2)