mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2473 copy intersections. Resolve references and update connected editors
This commit is contained in:
parent
1076384ce0
commit
022d2ffd2d
@ -123,6 +123,10 @@ void RicCopyIntersectionsToAllViewsInCaseFeature::copyIntersectionsToOtherViews(
|
|||||||
CVF_ASSERT(copy);
|
CVF_ASSERT(copy);
|
||||||
|
|
||||||
destCollection->appendIntersectionAndUpdate(copy);
|
destCollection->appendIntersectionAndUpdate(copy);
|
||||||
|
|
||||||
|
// Resolve references after object has been inserted into the project data model
|
||||||
|
copy->resolveReferencesRecursively();
|
||||||
|
copy->updateConnectedEditors();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user