mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#11859 Summary Plot: Missing legend curve name for Excel data
Remove virtual from RimPlotCurve::setTitle() Set curve name for an Ascii curve to custom Make the curve title obsolete
This commit is contained in:
@@ -789,6 +789,9 @@ void RimPlotCurve::updateLegendsInPlot()
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimPlotCurve::setTitle( const QString& title )
|
||||
{
|
||||
if ( m_plotCurve ) m_plotCurve->setTitle( title );
|
||||
|
||||
Reference in New Issue
Block a user