1
This commit is contained in:
parent
f20abdb040
commit
1482b738bc
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user