From a0881ccb272e90d5472e00d8883fcf3b69c7ee10 Mon Sep 17 00:00:00 2001
From: Mnikolenko Productengine <mnikolenko@productengine.com>
Date: Wed, 29 Sep 2021 21:04:46 +0300
Subject: SL-16034 init LLNavigationBar to allow setting title with location
 info later

---
 indra/newview/llviewerwindow.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'indra')

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;
 	}
-- 
cgit v1.2.3