#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 d05328e184
commit e65d9aa22d

View File

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