#8798 Summary Curve Selection : Always show ensemble realizations cases

This commit is contained in:
Magne Sjaastad
2022-04-08 11:02:16 +02:00
parent 8cdef0d861
commit 30aaadb58c
2 changed files with 1 additions and 3 deletions

View File

@@ -1119,7 +1119,6 @@ void RimSummaryCurve::fieldChangedByUi( const caf::PdmFieldHandle* changedField,
candicateAddress = m_xValuesSummaryAddress->address();
}
dlg.hideEnsembles();
dlg.setCaseAndAddress( candidateCase, candicateAddress );
if ( dlg.exec() == QDialog::Accepted )
@@ -1153,7 +1152,6 @@ void RimSummaryCurve::fieldChangedByUi( const caf::PdmFieldHandle* changedField,
candicateAddress = m_yValuesSummaryAddress->address();
}
dlg.hideEnsembles();
dlg.setCaseAndAddress( candidateCase, candicateAddress );
if ( dlg.exec() == QDialog::Accepted )