#5758 Create Well Path: Default well name "Well-1"

This commit is contained in:
Magne Sjaastad 2020-04-03 08:35:45 +02:00
parent fbabe77db6
commit 70850a73d9

View File

@ -79,7 +79,7 @@ void RicNewEditableWellPathFeature::onActionTriggered( bool isChecked )
size_t modelledWellpathCount = wellPathCollection->modelledWellPathCount();
newWellPaths.back()->setName( "UWell-" + QString::number( modelledWellpathCount + 1 ) );
newWellPaths.back()->setName( "Well-" + QString::number( modelledWellpathCount + 1 ) );
newModeledWellPath->setWellPathColor(
RiaColorTables::editableWellPathsPaletteColors().cycledColor3f( modelledWellpathCount ) );