From 3b0ba03e878f23b69e6b364e350af8babc98f10c Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Fri, 29 Nov 2019 08:27:21 +0100 Subject: [PATCH] Fix duplicate parts of names in Well Log Plots --- ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp index 01f180d4a9..697bc027df 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp @@ -107,6 +107,7 @@ RimWellLogPlot::RimWellLogPlot() m_commonDataSourceEnabled = true; m_columnCountEnum = RimMultiPlotWindow::COLUMNS_UNLIMITED; + m_plotWindowTitle.xmlCapability()->setIOWritable( false ); m_plotLegendsHorizontal = false; setMultiPlotTitleVisible( false ); }