#951 Intersection: Direction defined by two points: First point is not rendered when picking it

This commit is contained in:
Magne Sjaastad 2016-11-04 09:25:01 +01:00
parent 7501dc7a5f
commit 8dda8df02c

View File

@ -621,10 +621,7 @@ void RimIntersection::appendPointToExtrusionDirection(const cvf::Vec3d& point)
m_customExtrusionPoints.uiCapability()->updateConnectedEditors();
if (m_customExtrusionPoints().size() == 2)
{
rebuildGeometryAndScheduleCreateDisplayModel();
}
rebuildGeometryAndScheduleCreateDisplayModel();
}
//--------------------------------------------------------------------------------------------------