Skip to content
Snippets Groups Projects
Commit d55a6308 authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-17984 The top two lines in the Description field are not available for selection

Viewer was drawing empty "indicator_stack" over description
parent 5c18921e
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ void LLPanelProfileTab::setApplyProgress(bool started) ...@@ -120,7 +120,7 @@ void LLPanelProfileTab::setApplyProgress(bool started)
} }
} }
LLPanel* panel = findChild<LLPanel>("indicator_stack"); LLView* panel = findChild<LLView>("indicator_stack");
if (panel) if (panel)
{ {
panel->setVisible(started); panel->setVisible(started);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment