From d20a96bdfa2e0ebfbbcea76d39bde187e7d678e4 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Wed, 27 Jun 2018 09:13:47 +0200 Subject: [PATCH] #3097 Make sure plot title is updated when user description is changed. --- ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp index 29f462f4d1..a4dadb7ca1 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp @@ -131,6 +131,7 @@ void RimWellLogPlot::fieldChangedByUi(const caf::PdmFieldHandle* changedField, c else if (changedField == &m_userName) { updateMdiWindowTitle(); + updatePlotTitle(); } else if ( changedField == &m_depthType ) {