diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-09-21 21:55:12 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-09-21 21:59:02 +0300 |
commit | 1d6bfb727a8015e82cd4060a0c73cf3fc719e818 (patch) | |
tree | ef04cf36bebf7d56756749fdc6496ec302e95e95 /indra/newview/llviewerwindow.cpp | |
parent | 7c00db9e0e2b3ba2ecae376fdf722977565e4283 (diff) |
SL-16022 Fixed Tab not cycling through all options
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 32f18b1d5c..017d3d1bfd 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -2231,6 +2231,7 @@ void LLViewerWindow::initWorldUI() gStatusBar->setShape(status_bar_container->getLocalRect()); // sync bg color with menu bar gStatusBar->setBackgroundColor( gMenuBarView->getBackgroundColor().get() ); + // add InBack so that gStatusBar won't be drawn over menu status_bar_container->addChildInBack(gStatusBar); status_bar_container->setVisible(TRUE); |