From 1f53aab286a89dc246a8bdc5a4db3ee524d4412c Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Thu, 14 Jul 2022 17:41:17 +0300
Subject: [PATCH] SL-17773 Properly reset buttons

---
 indra/newview/llpanelprofile.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp
index 2b6be5f5fe8..195244ea226 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;
 
-- 
GitLab