#4644 Summary Plot: Fix missing update of plot title

This commit is contained in:
Magne Sjaastad 2019-09-10 10:41:10 +02:00
parent 07ab821646
commit da47acfc1c

View File

@ -282,6 +282,9 @@ void RiaSummaryCurveAnalyzer::clear()
m_wellCompletions.clear();
m_wellSegmentNumbers.clear();
m_blocks.clear();
m_quantitiesNoMatchingHistory.clear();
m_quantitiesWithMatchingHistory.clear();
}
//--------------------------------------------------------------------------------------------------