#4857 Avoid switching active view when creating intersectinos

This commit is contained in:
Jacob Støren
2019-10-30 14:32:29 +01:00
parent 11f42fcc7b
commit ce28f1e858
4 changed files with 4 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ void RicCopyIntersectionsToAllViewsInCaseFeature::copyIntersectionsToOtherViews(
intersection->xmlCapability()->copyByXmlSerialization( caf::PdmDefaultObjectFactory::instance() ) );
CVF_ASSERT( copy );
destCollection->appendIntersectionAndUpdate( copy );
destCollection->appendIntersectionAndUpdate( copy, false );
// Resolve references after object has been inserted into the project data model
copy->resolveReferencesRecursively();