Wake up Liru... how did this even build?
This commit is contained in:
@@ -1482,8 +1482,8 @@ void LLPanelAvatar::processProperties(void* data, EAvatarProcessorType type)
|
|||||||
if (pAvatarNotes && (mAvatarID == pAvatarNotes->target_id) && (pAvatarNotes->target_id != LLUUID::null))
|
if (pAvatarNotes && (mAvatarID == pAvatarNotes->target_id) && (pAvatarNotes->target_id != LLUUID::null))
|
||||||
{
|
{
|
||||||
auto notes = getChildView("notes edit");
|
auto notes = getChildView("notes edit");
|
||||||
notes->setEnabled("notes edit", true);
|
notes->setEnabled(true);
|
||||||
notes->setValue("notes edit", pAvatarNotes->notes);
|
notes->setValue(pAvatarNotes->notes);
|
||||||
mHaveNotes = true;
|
mHaveNotes = true;
|
||||||
mLastNotes = pAvatarNotes->notes;
|
mLastNotes = pAvatarNotes->notes;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user