Notify fieldChanged on all curves

This commit is contained in:
Magne Sjaastad 2025-02-13 13:59:06 +01:00
parent b165488828
commit f743957b0a

View File

@ -64,6 +64,9 @@ RimSummaryCurveAutoName::RimSummaryCurveAutoName()
m_longVectorName = false; m_longVectorName = false;
m_vectorName = true; m_vectorName = true;
} }
// When multiple curves are selected, we need to issue fieldChanged on all curves
setNotifyAllFieldsInMultiFieldChangedEvents( true );
} }
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------