From d1437ba8497bee209c8fbdebeb7dd1555bbf72af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Hagen?= Date: Tue, 8 Sep 2015 12:25:22 +0200 Subject: [PATCH] (#396) Applying well log plot user name in tree view when loading project from file --- ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp index 826fd7bba3..f6316cb273 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp @@ -281,6 +281,7 @@ void RimWellLogPlot::loadDataAndUpdate() updateAvailableDepthRange(); updateAxisRanges(); + setUiName(m_userName); } //--------------------------------------------------------------------------------------------------