mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1890 Curve creator. Update curves when changing either case selection or one of the dynamic fields
This commit is contained in:
parent
66adff30a0
commit
ba88e81824
@ -198,7 +198,7 @@ void RicSummaryCurveCreator::fieldChangedByUi(const caf::PdmFieldHandle* changed
|
||||
{
|
||||
// Lookup item type input field
|
||||
auto identifierAndField = findIdentifierAndField(changedField);
|
||||
if (identifierAndField != nullptr && identifierAndField->summaryIdentifier() == RifEclipseSummaryAddress::INPUT_VECTOR_NAME)
|
||||
if (changedField == &m_selectedCases || identifierAndField != nullptr)
|
||||
{
|
||||
loadDataAndUpdatePlot();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user