Added context menu NewSummaryPlot for summary cases

This commit is contained in:
Magne Sjaastad
2016-07-01 09:20:20 +02:00
parent 1a0dc53bd6
commit 7584e03883
3 changed files with 29 additions and 5 deletions

View File

@@ -820,6 +820,8 @@ bool RiaApplication::openEclipseCase(const QString& caseName, const QString& cas
RimSummaryPlotCollection* summaryPlotColl = mainPlotColl->summaryPlotCollection();
RicNewSummaryPlotFeature::createNewSummaryPlot(summaryPlotColl, newSumCase);
sumCaseColl->updateConnectedEditors();
}
}
}