This commit is contained in:
jiayulong 2026-05-12 09:15:29 +08:00
parent f20abdb040
commit 1482b738bc

View File

@ -12558,7 +12558,7 @@ void QMyCustomPlot::vertScrollBarChanged(QString strUuid, double value, double l
return;
}
QRect geoRect = geometry();
setGeometry(0, 0, geoRect.width(), geoRect.height());
setGeometry(geoRect.x(), geoRect.y(), geoRect.width(), geoRect.height());
//
FormInfo* pInfo = m_formTrack->getFormInfoByParameters(m_strUuid, m_strWellName, m_strTrackName, m_strLineName);