mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2091 Cross Plot : Rename to using X or Y as postfix to interface
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user