Vector field for summary addresses did not get updated initially.

This commit is contained in:
Ruben Thoms
2020-12-11 10:36:23 +01:00
committed by rubenthoms
parent a9db012068
commit 4fe11949a1
@@ -97,6 +97,7 @@ void RimCustomObjectiveFunctionWeight::setSummaryAddress( RifEclipseSummaryAddre
summaryAddress->setAddress( address );
m_objectiveValuesSummaryAddresses.push_back( summaryAddress );
parentObjectiveFunction()->onWeightChanged();
updateAddressesUiField();
}
//--------------------------------------------------------------------------------------------------