#2582 3d well log curves: Select created curve in tree

This commit is contained in:
Rebecca Cox
2018-03-07 13:03:27 +01:00
parent a37a9d3308
commit 9b8c06462c
4 changed files with 27 additions and 4 deletions

View File

@@ -809,7 +809,6 @@ const RigWellPathFormations* RimWellPath::formationsGeometry() const
void RimWellPath::add3dWellLogCurve(Rim3dWellLogCurve* rim3dWellLogCurve)
{
m_3dWellLogCurves.push_back(rim3dWellLogCurve);
updateConnectedEditors();
}
//--------------------------------------------------------------------------------------------------