diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-08-04 12:39:47 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-08-04 12:39:47 +0300 |
commit | 6dc90470275a6d1b1625a05432e63fa54b889ae6 (patch) | |
tree | 38be3e81dd7091ad87570a6ee7e181e541b996c0 /indra/newview | |
parent | 7aca96c2414036386c37c015228e4d01efcc5890 (diff) |
MAINT-4293 FIXED [BEAR] Very slow inventory fetch on Bear compared to current release)
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llviewerwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index d042bd847e..9dcd0b81e0 100755 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -1969,7 +1969,7 @@ void LLViewerWindow::initWorldUI() // Force gFloaterTools to initialize LLFloaterReg::getInstance("build"); - LLFloaterReg::hideInstance("build"); + // Status bar LLPanel* status_bar_container = getRootView()->getChild<LLPanel>("status_bar_container"); |