diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-09-29 21:04:46 +0300 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-09-29 21:04:46 +0300 | 
| commit | a0881ccb272e90d5472e00d8883fcf3b69c7ee10 (patch) | |
| tree | 3a04623882f87e8a202430530c9be8f394e599d8 /indra | |
| parent | 19154bec157a4e05c8b988531e84095a8124d3ec (diff) | |
SL-16034 init LLNavigationBar to allow setting title with location info later
Diffstat (limited to 'indra')
| -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 bd22127a45..24cb138401 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -2198,6 +2198,7 @@ void LLViewerWindow::initWorldUI()  	if (gNonInteractive)  	{  		gIMMgr = LLIMMgr::getInstance(); +		LLNavigationBar::getInstance();  		gFloaterView->pushVisibleAll(FALSE);  		return;  	} | 
