#4857 Fix RicNewWellPathIntersectionFeature picking.

Also avoid confusing active view change.
This commit is contained in:
Kristian Bendiksen
2019-10-24 12:46:07 +02:00
parent a51219b1ca
commit 6e43fee396
3 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ public:
caf::PdmField<bool> isActive;
void appendIntersectionAndUpdate( RimIntersection* intersection );
void appendIntersectionAndUpdate( RimIntersection* intersection, bool allowActiveViewChange = true );
void appendIntersectionNoUpdate( RimIntersection* intersection );
void appendIntersectionBoxAndUpdate( RimIntersectionBox* intersectionBox );