mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4857 Fix RicNewWellPathIntersectionFeature picking.
Also avoid confusing active view change.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user