mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#951 Intersection: Direction defined by two points: First point is not rendered when picking it
This commit is contained in:
parent
7501dc7a5f
commit
8dda8df02c
@ -621,10 +621,7 @@ void RimIntersection::appendPointToExtrusionDirection(const cvf::Vec3d& point)
|
|||||||
|
|
||||||
m_customExtrusionPoints.uiCapability()->updateConnectedEditors();
|
m_customExtrusionPoints.uiCapability()->updateConnectedEditors();
|
||||||
|
|
||||||
if (m_customExtrusionPoints().size() == 2)
|
rebuildGeometryAndScheduleCreateDisplayModel();
|
||||||
{
|
|
||||||
rebuildGeometryAndScheduleCreateDisplayModel();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user