Vector field for summary addresses did not get updated initially.

This commit is contained in:
Ruben Thoms 2020-12-10 15:59:17 +01:00 committed by rubenthoms
parent a9db012068
commit 4fe11949a1

View File

@ -97,6 +97,7 @@ void RimCustomObjectiveFunctionWeight::setSummaryAddress( RifEclipseSummaryAddre
summaryAddress->setAddress( address );
m_objectiveValuesSummaryAddresses.push_back( summaryAddress );
parentObjectiveFunction()->onWeightChanged();
updateAddressesUiField();
}
//--------------------------------------------------------------------------------------------------