diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-07-14 17:41:17 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-07-14 19:07:25 +0300 |
commit | 1f53aab286a89dc246a8bdc5a4db3ee524d4412c (patch) | |
tree | a367261a2f1e6fec8be860c1a7b1a40f7e5d7cc4 | |
parent | e0360ee13ac683007210cf13a49ca2c4178207fe (diff) |
SL-17773 Properly reset buttons
-rw-r--r-- | indra/newview/llpanelprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 2b6be5f5fe..195244ea22 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -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; |