#5389 Trigger reload of measurement curves when changing measurements

This commit is contained in:
Gaute Lindkvist
2020-02-07 13:00:48 +01:00
parent b7f16e950a
commit c397729470
3 changed files with 21 additions and 8 deletions

View File

@@ -187,7 +187,7 @@ void RimWellMeasurement::fieldChangedByUi( const caf::PdmFieldHandle* changedFie
RimWellMeasurementCollection* wellMeasurementCollection;
this->firstAncestorOrThisOfTypeAsserted( wellMeasurementCollection );
wellMeasurementCollection->updateAllReferringTracks();
wellMeasurementCollection->updateAllReferringTracksAndCurves();
}
//--------------------------------------------------------------------------------------------------