mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Prevent update of show statistics selection in source stepping
- Refactor code into two functions - Do not update selection when performing source stepping
This commit is contained in:
committed by
Magne Sjaastad
parent
88ebf857ff
commit
0601de4c18
@@ -2513,7 +2513,7 @@ RimEnsembleCurveSet* RimSummaryPlot::addNewEnsembleCurveY( const RifEclipseSumma
|
||||
auto* curveSet = new RimEnsembleCurveSet();
|
||||
|
||||
curveSet->setSummaryCaseCollection( ensemble );
|
||||
curveSet->setSummaryAddress( address );
|
||||
curveSet->setSummaryAddressAndStatisticsFlag( address );
|
||||
|
||||
cvf::Color3f curveColor =
|
||||
RimSummaryCurveAppearanceCalculator::computeTintedCurveColorForAddress( curveSet->summaryAddress(),
|
||||
|
||||
Reference in New Issue
Block a user