diff --git a/ApplicationCode/Commands/CrossSectionCommands/RicCopyIntersectionsToAllViewsInCaseFeature.cpp b/ApplicationCode/Commands/CrossSectionCommands/RicCopyIntersectionsToAllViewsInCaseFeature.cpp index 04b831c4f5..05928db5e0 100644 --- a/ApplicationCode/Commands/CrossSectionCommands/RicCopyIntersectionsToAllViewsInCaseFeature.cpp +++ b/ApplicationCode/Commands/CrossSectionCommands/RicCopyIntersectionsToAllViewsInCaseFeature.cpp @@ -123,6 +123,10 @@ void RicCopyIntersectionsToAllViewsInCaseFeature::copyIntersectionsToOtherViews( CVF_ASSERT(copy); destCollection->appendIntersectionAndUpdate(copy); + + // Resolve references after object has been inserted into the project data model + copy->resolveReferencesRecursively(); + copy->updateConnectedEditors(); } } }