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);
}
//显示/隐藏图头