SL-17773 Properly reset buttons

master
Andrey Kleshchev 2022-07-14 17:41:17 +03:00
parent e0360ee13a
commit 1f53aab286
1 changed files with 1 additions and 1 deletions

View File

@ -2347,7 +2347,7 @@ void LLPanelProfileFirstLife::processProperties(const LLAvatarData* avatar_data)
void LLPanelProfileFirstLife::resetData()
{
mDescriptionEdit->setValue(LLStringUtil::null);
setDescriptionText(std::string());
mPicture->setValue("Generic_Person_Large");
mImageId = LLUUID::null;