Merge pull request #8882 from OPM/append_curves

Summary Multiplot: Source Stepping append curves with performance fixes
This commit is contained in:
jonjenssen
2022-05-04 13:11:04 +02:00
committed by GitHub
parent bb6ca0848d
commit 296ddbde42
20 changed files with 349 additions and 73 deletions

View File

@@ -176,6 +176,7 @@ QString RimMultiPlot::multiPlotTitle() const
void RimMultiPlot::setMultiPlotTitle( const QString& title )
{
m_plotWindowTitle = title;
if ( !m_viewer.isNull() ) m_viewer->setPlotTitle( title );
}
//--------------------------------------------------------------------------------------------------