mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk : Make sure edit flag is updated in PdmUiListEditor
This commit is contained in:
parent
562afb1a7a
commit
a8e9cdbd17
@ -186,6 +186,10 @@ void PdmUiListEditor::configureAndUpdateUi(const QString& uiConfigName)
|
||||
{
|
||||
m_isEditOperationsAvailable = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
m_isEditOperationsAvailable = true;
|
||||
}
|
||||
|
||||
PdmUiListEditorAttribute attributes;
|
||||
caf::PdmUiObjectHandle* uiObject = uiObj(field()->fieldHandle()->ownerObject());
|
||||
|
Loading…
Reference in New Issue
Block a user