diff options
| author | Steven Bennetts <steve@lindenlab.com> | 2007-02-27 01:03:39 +0000 |
|---|---|---|
| committer | Steven Bennetts <steve@lindenlab.com> | 2007-02-27 01:03:39 +0000 |
| commit | 647d29b1a2d4712ea738b408be43e56895a715b1 (patch) | |
| tree | 8db33983be6e10c05895f9774bfbad81a3f6ae81 /indra/newview/llviewerwindow.cpp | |
| parent | c4b5b3977ffa6669a00f9bc334db02f51cc10fcb (diff) | |
merge -r 58285:58437 maintenance.
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
| -rw-r--r-- | indra/newview/llviewerwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 10bd3cd102..79db7b72cc 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -1613,6 +1613,9 @@ void LLViewerWindow::initWorldUI() gStatusBar->reshape(root_rect.getWidth(), gStatusBar->getRect().getHeight(), TRUE); gStatusBar->translate(0, root_rect.getHeight() - gStatusBar->getRect().getHeight()); + // sync bg color with menu bar + gStatusBar->setBackgroundColor( gMenuBarView->getBackgroundColor() ); + gViewerWindow->getRootView()->addChild(gStatusBar); |
