#739 Show sum plot on creation. Load when opening project. Delete on close project

This commit is contained in:
Jacob Støren
2016-05-25 14:05:31 +02:00
parent f8729a035c
commit 38c15f57f2
3 changed files with 32 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ void RicNewSummaryPlotFeature::onActionTriggered(bool isChecked)
plot->setDescription(QString("Well Log Plot %1").arg(summaryPlotColl->m_summaryPlots.size()));
summaryPlotColl->updateConnectedEditors();
plot->loadDataAndUpdate();
}
//--------------------------------------------------------------------------------------------------