From 2eb972b45c0cbe1d82844c66853bd8c558523489 Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Tue, 16 Jun 2026 09:38:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=AA=E7=AB=96=E6=9B=B4=E6=96=B0=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E9=AB=98=E5=BA=A6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/logplus.vcxproj | 3 +++ logPlus/logplus.vcxproj.filters | 9 +++++++++ logPlus/mainwindowcurve.cpp | 2 ++ 3 files changed, 14 insertions(+) diff --git a/logPlus/logplus.vcxproj b/logPlus/logplus.vcxproj index 55ebaca..94fca0a 100644 --- a/logPlus/logplus.vcxproj +++ b/logPlus/logplus.vcxproj @@ -15,6 +15,7 @@ + @@ -156,6 +157,7 @@ + @@ -234,6 +236,7 @@ + diff --git a/logPlus/logplus.vcxproj.filters b/logPlus/logplus.vcxproj.filters index 3fdb4cb..06c6792 100644 --- a/logPlus/logplus.vcxproj.filters +++ b/logPlus/logplus.vcxproj.filters @@ -331,6 +331,9 @@ Header Files + + Header Files + @@ -693,6 +696,9 @@ Source Files + + Source Files + @@ -775,5 +781,8 @@ Form Files + + Form Files + \ No newline at end of file diff --git a/logPlus/mainwindowcurve.cpp b/logPlus/mainwindowcurve.cpp index bf30d28..7f571e2 100644 --- a/logPlus/mainwindowcurve.cpp +++ b/logPlus/mainwindowcurve.cpp @@ -4622,6 +4622,8 @@ void MainWindowCurve::s_hvDraw() { restoreOriginalCentralWidget(); } + m_dBottomDepth = this->getVisibleBottomDepth(); + emit CallManage::getInstance()->sig_ResizeDepth(m_strUuid, m_nObjDrawH, m_dBottomDepth); } //显示/隐藏图头