#5389 Delete empty measurement curves after deleting or changing measurements.

This commit is contained in:
Gaute Lindkvist
2020-02-07 13:00:48 +01:00
parent 85bf09cefe
commit 2bb93ef872
11 changed files with 72 additions and 22 deletions

View File

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