优化解决横竖屏切换后,底深刻度变了的问题。
This commit is contained in:
parent
b753a9285e
commit
7887e4bfaa
|
|
@ -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();
|
||||
}
|
||||
|
||||
//显示/隐藏图头(手动点击工具栏)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user