#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

@@ -94,7 +94,7 @@ void RicPasteIntersectionsFeature::onActionTriggered( bool isChecked )
if ( i == intersectionObjects.size() - 1 )
{
intersectionCollection->appendIntersectionAndUpdate( intersection );
intersectionCollection->appendIntersectionAndUpdate( intersection, false );
}
else
{