#3182 Clean up well log plot names

This commit is contained in:
Gaute Lindkvist
2018-08-07 13:34:13 +02:00
parent c869ce4430
commit a2c3c9d03f
24 changed files with 833 additions and 468 deletions

View File

@@ -302,7 +302,7 @@ void RimWellLogExtractionCurve::fieldChangedByUi(const caf::PdmFieldHandle* chan
changedField == &m_addDateToCurveName)
{
this->uiCapability()->updateConnectedEditors();
updateCurveNameAndUpdatePlotLegend();
updateCurveNameAndUpdatePlotLegendAndTitle();
}
}