#3169 Implement proper auto name for well log plots

This commit is contained in:
Gaute Lindkvist
2018-07-16 08:56:28 +02:00
parent be63eb5aef
commit 022aac3682
14 changed files with 114 additions and 32 deletions

View File

@@ -244,7 +244,7 @@ void Rim3dWellLogCurve::defineEditorAttribute(const caf::PdmFieldHandle* field,
//--------------------------------------------------------------------------------------------------
void Rim3dWellLogCurve::initAfterRead()
{
this->createCurveAutoName();
this->createAutoName();
}
//--------------------------------------------------------------------------------------------------