#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 69793cd691
commit 4375bef031

View File

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