#1930 Curve creator. GUI adjustments

This commit is contained in:
Bjørn Erik Jensen
2017-09-25 09:51:27 +02:00
parent 5d52ba2a83
commit 05c07693b6
4 changed files with 15 additions and 5 deletions

View File

@@ -1134,6 +1134,14 @@ QString RimSummaryPlot::description() const
return m_userName();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimSummaryPlot::setShowDescription(bool showDescription)
{
m_showPlotTitle = showDescription;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------