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

@@ -268,7 +268,7 @@ bool RiuWellLogTrack::isRimTrackVisible()
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RiuWellLogTrack::enableDepthAxisLabelsAndTitle( bool enable )
void RiuWellLogTrack::enableDepthAxisLabelsAndTicks( bool enable )
{
this->axisScaleDraw( QwtPlot::yLeft )->enableComponent( QwtAbstractScaleDraw::Ticks, enable );
this->axisScaleDraw( QwtPlot::yLeft )->enableComponent( QwtAbstractScaleDraw::Labels, enable );