Wake up Liru... how did this even build?

This commit is contained in:
Lirusaito
2019-01-17 21:20:44 -05:00
parent cff27f33dc
commit 6e05e8d84b

View File

@@ -1482,8 +1482,8 @@ void LLPanelAvatar::processProperties(void* data, EAvatarProcessorType type)
if (pAvatarNotes && (mAvatarID == pAvatarNotes->target_id) && (pAvatarNotes->target_id != LLUUID::null))
{
auto notes = getChildView("notes edit");
notes->setEnabled("notes edit", true);
notes->setValue("notes edit", pAvatarNotes->notes);
notes->setEnabled(true);
notes->setValue(pAvatarNotes->notes);
mHaveNotes = true;
mLastNotes = pAvatarNotes->notes;
}