Skip to content
Snippets Groups Projects
Commit e63aeb29 authored by callum_linden's avatar callum_linden
Browse files

Fix MAINT-5855 media navigation bars overlap all floaters in viewer

parent 0a47b491
No related branches found
No related tags found
No related merge requests found
......@@ -2022,6 +2022,7 @@ void LLViewerWindow::initWorldUI()
}
gHUDView = new LLHUDView(hud_rect);
getRootView()->addChild(gHUDView);
getRootView()->sendChildToBack(gHUDView);
}
LLPanel* panel_ssf_container = getRootView()->getChild<LLPanel>("state_management_buttons_container");
......
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