mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1924 Curve creator. Fix auto appearance behavior
This commit is contained in:
parent
8e2f97ffea
commit
70ede18dc1
@ -309,6 +309,10 @@ void RicSummaryCurveCreator::fieldChangedByUi(const caf::PdmFieldHandle* changed
|
||||
m_closeButtonField = true;
|
||||
}
|
||||
}
|
||||
else if (changedField == &m_useAutoAppearanceAssignment && m_useAutoAppearanceAssignment)
|
||||
{
|
||||
updateAppearanceEditor();
|
||||
}
|
||||
else if (changedField == &m_appearanceApplyButton)
|
||||
{
|
||||
applyAppearanceToAllPreviewCurves();
|
||||
|
Loading…
Reference in New Issue
Block a user