mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-23 23:13:39 -06:00
#3886 AppFwk ToolBarEditor : Call calculateValueOptions for existing editors
This commit is contained in:
parent
75a0a01952
commit
b383df4ccc
@ -170,6 +170,13 @@ void PdmUiToolBarEditor::configureAndUpdateUi(const QString& uiConfigName)
|
||||
fieldEditor->updateUi(uiConfigName);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (it->second)
|
||||
{
|
||||
it->second->updateUi(uiConfigName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
CAF_ASSERT(m_fields.size() == m_fieldViews.size());
|
||||
|
Loading…
Reference in New Issue
Block a user