mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Notify fieldChanged on all curves
This commit is contained in:
parent
b165488828
commit
f743957b0a
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user