mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure changes to valves and perforation interval visibility is reflected in track.
This commit is contained in:
@@ -311,6 +311,10 @@ QList<caf::PdmOptionItemInfo> RimWellPathValve::calculateValueOptions(const caf:
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellPathValve::fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue)
|
||||
{
|
||||
RimPerforationInterval* perfInterval;
|
||||
this->firstAncestorOrThisOfTypeAsserted(perfInterval);
|
||||
perfInterval->updateAllReferringTracks();
|
||||
|
||||
RimProject* proj;
|
||||
this->firstAncestorOrThisOfTypeAsserted(proj);
|
||||
proj->reloadCompletionTypeResultsInAllViews();
|
||||
|
||||
Reference in New Issue
Block a user