From 1482b738bc98ad5e8b5770c2234cf174ce17bbf1 Mon Sep 17 00:00:00 2001 From: jiayulong Date: Tue, 12 May 2026 09:15:29 +0800 Subject: [PATCH] 1 --- logPlus/qmycustomplot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logPlus/qmycustomplot.cpp b/logPlus/qmycustomplot.cpp index e28520d..a56831e 100644 --- a/logPlus/qmycustomplot.cpp +++ b/logPlus/qmycustomplot.cpp @@ -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);