mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#438) Added unit to depth axis title. Did some refactoring.
This commit is contained in:
@@ -165,8 +165,7 @@ void RimWellLogPlotTrace::loadDataAndUpdate()
|
||||
firstAnchestorOrThisOfType(wellLogPlot);
|
||||
if (wellLogPlot)
|
||||
{
|
||||
QString depthTitle = wellLogPlot->depthType() == RimWellLogPlot::MEASURED_DEPTH ? "MD" : "TVD";
|
||||
m_viewer->setDepthTitle(depthTitle);
|
||||
m_viewer->setDepthTitle(wellLogPlot->depthPlotTitle());
|
||||
}
|
||||
|
||||
for (size_t cIdx = 0; cIdx < curves.size(); ++cIdx)
|
||||
|
||||
Reference in New Issue
Block a user