#2473 copy intersections. Resolve references and update connected editors

This commit is contained in:
Bjørn Erik Jensen 2018-02-15 13:05:25 +01:00
parent 1076384ce0
commit 022d2ffd2d

View File

@ -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();
}
}
}