From d55a6308c2560ff508a3b0f112dfb3a0f2d54ab0 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Fri, 19 Aug 2022 02:07:41 +0300 Subject: 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 9a030f1d7d..ff33efe4aa 100644 --- a/indra/newview/llpanelavatar.cpp +++ b/indra/newview/llpanelavatar.cpp @@ -120,7 +120,7 @@ void LLPanelProfileTab::setApplyProgress(bool started) } } - LLPanel* panel = findChild("indicator_stack"); + LLView* panel = findChild("indicator_stack"); if (panel) { panel->setVisible(started); -- cgit v1.2.3