Fix missing rename

This commit is contained in:
Magne Sjaastad 2017-09-20 12:34:14 +02:00
parent 89bc438921
commit 47a531909a

View File

@ -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;
} }
} }
} }