#3097 Make sure plot title is updated when user description is changed.

This commit is contained in:
Gaute Lindkvist 2018-06-27 09:13:47 +02:00
parent e45ac4d705
commit d20a96bdfa

View File

@ -131,6 +131,7 @@ void RimWellLogPlot::fieldChangedByUi(const caf::PdmFieldHandle* changedField, c
else if (changedField == &m_userName)
{
updateMdiWindowTitle();
updatePlotTitle();
}
else if ( changedField == &m_depthType )
{