mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix missing rename
This commit is contained in:
parent
89bc438921
commit
47a531909a
@ -330,7 +330,7 @@ protected:
|
|||||||
caf::PdmUiTreeSelectionEditorAttribute* attr = dynamic_cast<caf::PdmUiTreeSelectionEditorAttribute*>(attribute);
|
caf::PdmUiTreeSelectionEditorAttribute* attr = dynamic_cast<caf::PdmUiTreeSelectionEditorAttribute*>(attribute);
|
||||||
if (attr)
|
if (attr)
|
||||||
{
|
{
|
||||||
attr->fieldToReceiveCurrentFieldValue = &m_highlightedEnum;
|
attr->fieldToReceiveCurrentItemValue = &m_highlightedEnum;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user