#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

@@ -106,7 +106,7 @@ void RicNewSimWellIntersectionCmd::redo()
intersection->type = RimIntersection::CS_SIMULATION_WELL;
intersection->simulationWell = m_simWell;
m_intersectionCollection->appendIntersectionAndUpdate( intersection );
m_intersectionCollection->appendIntersectionAndUpdate( intersection, false );
}
//--------------------------------------------------------------------------------------------------