mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4857 Avoid switching active view when creating intersectinos
This commit is contained in:
@@ -94,7 +94,7 @@ void RicPasteIntersectionsFeature::onActionTriggered( bool isChecked )
|
||||
|
||||
if ( i == intersectionObjects.size() - 1 )
|
||||
{
|
||||
intersectionCollection->appendIntersectionAndUpdate( intersection );
|
||||
intersectionCollection->appendIntersectionAndUpdate( intersection, false );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user