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
@@ -92,7 +92,7 @@ RifEclipseSummaryAddress RimSummaryAddressModifier::address() const
|
||||
void RimSummaryAddressModifier::setAddress( const RifEclipseSummaryAddress& address )
|
||||
{
|
||||
if ( m_curve ) m_curve->setSummaryAddressY( address );
|
||||
if ( m_curveSet ) m_curveSet->setSummaryAddress( address );
|
||||
if ( m_curveSet ) m_curveSet->setSummaryAddressAndStatisticsFlag( address );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user