mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#771 Changed names in the Plot Curve Curve Filter proximity
This commit is contained in:
@@ -58,7 +58,7 @@ void RicNewSummaryPlotFeature::onActionTriggered(bool isChecked)
|
||||
RimSummaryPlot* plot = new RimSummaryPlot();
|
||||
summaryPlotColl->m_summaryPlots().push_back(plot);
|
||||
|
||||
plot->setDescription(QString("Well Log Plot %1").arg(summaryPlotColl->m_summaryPlots.size()));
|
||||
plot->setDescription(QString("Summary Plot %1").arg(summaryPlotColl->m_summaryPlots.size()));
|
||||
|
||||
summaryPlotColl->updateConnectedEditors();
|
||||
plot->loadDataAndUpdate();
|
||||
|
||||
Reference in New Issue
Block a user