From 7887e4bfaa95558ed841b9d6920ad1f144802521 Mon Sep 17 00:00:00 2001 From: jiayulong Date: Mon, 29 Jun 2026 10:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A7=A3=E5=86=B3=E6=A8=AA?= =?UTF-8?q?=E7=AB=96=E5=B1=8F=E5=88=87=E6=8D=A2=E5=90=8E=EF=BC=8C=E5=BA=95?= =?UTF-8?q?=E6=B7=B1=E5=88=BB=E5=BA=A6=E5=8F=98=E4=BA=86=E7=9A=84=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/mainwindowcurve.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/logPlus/mainwindowcurve.cpp b/logPlus/mainwindowcurve.cpp index 5061bbd..b086f5f 100644 --- a/logPlus/mainwindowcurve.cpp +++ b/logPlus/mainwindowcurve.cpp @@ -5275,6 +5275,9 @@ void MainWindowCurve::s_hvDraw() double topDep = getVisibleTopDepth(); m_dBottomDepth = this->getVisibleBottomDepth(); emit CallManage::getInstance()->sig_ResizeDepth(m_strUuid, m_nObjDrawH, topDep, m_dBottomDepth); + + //锁头 + s_showHeadTable(); } //显示/隐藏图头(手动点击工具栏)