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);
if (attr)
{
attr->fieldToReceiveCurrentFieldValue = &m_highlightedEnum;
attr->fieldToReceiveCurrentItemValue = &m_highlightedEnum;
}
}
}