From d55a6308c2560ff508a3b0f112dfb3a0f2d54ab0 Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Fri, 19 Aug 2022 02:07:41 +0300
Subject: [PATCH] SL-17984 The top two lines in the Description field are not
 available for selection

Viewer was drawing empty "indicator_stack" over description
---
 indra/newview/llpanelavatar.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llpanelavatar.cpp b/indra/newview/llpanelavatar.cpp
index 9a030f1d7d8..ff33efe4aad 100644
--- a/indra/newview/llpanelavatar.cpp
+++ b/indra/newview/llpanelavatar.cpp
@@ -120,7 +120,7 @@ void LLPanelProfileTab::setApplyProgress(bool started)
         }
     }
 
-    LLPanel* panel = findChild<LLPanel>("indicator_stack");
+    LLView* panel = findChild<LLView>("indicator_stack");
     if (panel)
     {
         panel->setVisible(started);
-- 
GitLab