mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5131 Minor calculation curve adjustments
This commit is contained in:
@@ -771,7 +771,7 @@ void RiuSummaryCurveDefSelection::fieldChangedByUi( const caf::PdmFieldHandle* c
|
||||
if ( m_toggleChangedHandler != nullptr )
|
||||
{
|
||||
// Do nothing if the curve count and curve set count is identical
|
||||
if ( ( curveCount != m_prevCurveCount || curveSetCount != m_prevCurveSetCount ) )
|
||||
if ( !m_multiSelectionMode || ( curveCount != m_prevCurveCount || curveSetCount != m_prevCurveSetCount ) )
|
||||
{
|
||||
m_toggleChangedHandler();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user