#5534 Minor changes to sea level formation names in Well Log Plots.

This commit is contained in:
Gaute Lindkvist 2020-02-12 11:46:04 +01:00
parent aff8b1058d
commit ab9d46ee75

View File

@ -2324,7 +2324,7 @@ void RimWellLogTrack::updateFormationNamesOnPlot()
const std::vector<std::pair<double, double>> waterAndRockIntervals = waterAndRockRegions( plot->depthType(),
extractor );
m_annotationTool->attachNamedRegions( m_plotWidget,
{"Surface", "Seabed"},
{"Sea Level", ""},
xRange,
waterAndRockIntervals,
m_regionAnnotationDisplay(),