mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1924 Curve creator. Fix auto appearance behavior
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user