mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3165 Plot source stepping. Reset error bars when stepping through cases
This commit is contained in:
parent
51be11401a
commit
033b176717
@ -158,6 +158,11 @@ RimSummaryCurve::~RimSummaryCurve()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimSummaryCurve::setSummaryCaseY(RimSummaryCase* sumCase)
|
||||
{
|
||||
if (m_yValuesSummaryCase != sumCase)
|
||||
{
|
||||
m_qwtPlotCurve->clearErrorBars();
|
||||
}
|
||||
|
||||
m_yValuesSummaryCase = sumCase;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user