From 394ce609ed8a3494cea3dff9e36c1c1f09f07f66 Mon Sep 17 00:00:00 2001 From: jiayulong Date: Mon, 1 Jun 2026 17:42:50 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8F=AF=E8=A7=86=E8=A7=A3=E9=87=8A=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E5=90=8E=E4=B8=8D=E9=A9=AC=E4=B8=8A=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E8=BF=BD=E5=8A=A0=E5=88=B7=E6=96=B0=E5=A4=84=E7=90=86?= =?UTF-8?q?=202.=E4=BC=98=E5=8C=96=E6=A8=A1=E6=9D=BF=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E5=90=8E=E7=9A=84slf=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/formdraw.cpp | 4 ++++ logPlus/mainwindowcurve.cpp | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/logPlus/formdraw.cpp b/logPlus/formdraw.cpp index 83d812e..6cf83c9 100644 --- a/logPlus/formdraw.cpp +++ b/logPlus/formdraw.cpp @@ -5832,6 +5832,10 @@ bool FormDraw::LoadFromSLF_Result(QMyCustomPlot *widget, QString strSlfName, QSt TransparentGroupResult* pGroup = widget->addResultGroup(-m_Result->EndDepth, -m_Result->StartDepth, strGroupUuid, strZone); pGroup->addAllResultToPlot(m_Result); } + + //最后统一刷新 + widget->replot(); + logio->CloseTable(iIndex); delete pstr; } diff --git a/logPlus/mainwindowcurve.cpp b/logPlus/mainwindowcurve.cpp index 8bf2afb..8f62e9a 100644 --- a/logPlus/mainwindowcurve.cpp +++ b/logPlus/mainwindowcurve.cpp @@ -5763,9 +5763,9 @@ void MainWindowCurve::DisplayWell_One(QJsonObject wellObjInfo) } //新建井 - QString folderPath = GetLogdataPath(); - folderPath = folderPath + g_prjname; - strSlfName = folderPath + "/" + "#" + strWellName + "/" + strSlfName; +// QString folderPath = GetLogdataPath(); +// folderPath = folderPath + g_prjname; +// strSlfName = folderPath + "/" + "#" + strWellName + "/" + strSlfName; s_NewWell(strWellName, strSlfName, m_bShowTrackHead); //