#5128 Fix right y-axis titles in summary plots

This commit is contained in:
Gaute Lindkvist 2019-11-29 10:13:39 +01:00
parent 602751dccc
commit 9a01c769e9

View File

@ -134,6 +134,7 @@ void RimSummaryPlotYAxisFormatter::applyYAxisPropertiesToPlot( RiuSummaryQwtPlot
true,
titleAlignment );
qwtPlot->setAxisTitleText( m_axisProperties->qwtPlotAxisType(), axisTitle );
qwtPlot->setAxisTitleEnabled( m_axisProperties->qwtPlotAxisType(), true );
}
{