优化解决横竖屏切换后,底深刻度变了的问题。

This commit is contained in:
jiayulong 2026-06-29 10:28:20 +08:00
parent b753a9285e
commit 7887e4bfaa

View File

@ -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();
}
//显示/隐藏图头(手动点击工具栏)