Fix Well Log Plot depth axis label

This commit is contained in:
Gaute Lindkvist
2019-10-03 15:45:20 +02:00
parent 1309db884d
commit 45d6acadaa
4 changed files with 4 additions and 7 deletions

View File

@@ -839,10 +839,6 @@ void RimWellLogTrack::loadDataAndUpdate( bool updateParentPlotAndToolbars )
if ( wellLogPlot && m_wellLogTrackPlotWidget )
{
if ( isFirstVisibleTrackInPlot() )
{
m_wellLogTrackPlotWidget->setDepthTitle( wellLogPlot->depthPlotTitle() );
}
m_wellLogTrackPlotWidget->setXTitle( m_xAxisTitle );
}