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); //