From 67c13b4f6d1ae4e8347ec4cb7f507a85b421e5c6 Mon Sep 17 00:00:00 2001 From: jiayulong Date: Fri, 26 Jun 2026 14:09:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E2=80=9C=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=AF=B9=E6=AF=94=E5=90=8E=EF=BC=8C=E7=94=9F=E6=88=90=E7=9A=84?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E7=BA=BF=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/mainwindowcurve.cpp | 2 +- logPlus/qmycustomplot.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/logPlus/mainwindowcurve.cpp b/logPlus/mainwindowcurve.cpp index a24e6a3..8dad772 100644 --- a/logPlus/mainwindowcurve.cpp +++ b/logPlus/mainwindowcurve.cpp @@ -2787,7 +2787,7 @@ void MainWindowCurve::s_autocor() szBuffer+=szBuffer1; //通知界面,增加一条校深线段 - emit CallManage::getInstance()->sig_AddShifLineToPlot(m_strUuid, m_LeftCurve.m_strSlfName, m_LeftCurve.m_strWellName, m_LeftCurve.m_strTrackName, m_LeftCurve.m_strLineName, -edep, -sdep); + emit CallManage::getInstance()->sig_AddShifLineToPlot(m_strUuid, m_LeftCurve.m_strSlfName, m_LeftCurve.m_strWellName, m_LeftCurve.m_strTrackName, m_LeftCurve.m_strLineName, -sdep, -edep); } CMemRdWt mem; if(mem.Open(m_RightCurve.m_strSlfName.toStdString().c_str())) diff --git a/logPlus/qmycustomplot.cpp b/logPlus/qmycustomplot.cpp index 6cb0d44..e0b69d3 100644 --- a/logPlus/qmycustomplot.cpp +++ b/logPlus/qmycustomplot.cpp @@ -5890,7 +5890,8 @@ void QMyCustomPlot::addLineToPlot_Master(double left_Low, double right_Hight, co if(pDraggableLine->m_strUuid == strUuid_biaozhun) { //存在老的同id线段,进行移动 - pDraggableLine->setRange(left_Low, right_Hight); + pDraggableLine->setRange(right_Hight, right_Hight); + //pDraggableLine->setRange(left_Low, right_Hight); return; } it++;