#2091 Cross Plot : Rename to using X or Y as postfix to interface

This commit is contained in:
Magne Sjaastad
2017-11-15 13:53:32 +01:00
parent c0d26a1d4e
commit 3b31c4800f
18 changed files with 145 additions and 93 deletions
@@ -69,7 +69,7 @@ void RicNewSummaryCrossPlotCurveFeature::onActionTriggered(bool isChecked)
if (project->activeOilField()->summaryCaseMainCollection()->summaryCaseCount() > 0)
{
defaultCase = project->activeOilField()->summaryCaseMainCollection()->summaryCase(0);
newCurve->setSummaryCase(defaultCase);
newCurve->setSummaryCaseY(defaultCase);
newCurve->loadDataAndUpdate(true);
}