diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2007-11-21 01:54:53 +0000 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2007-11-21 01:54:53 +0000 |
commit | 11d85dac83e9d58f8f6e441dcea2d1f2b661c58d (patch) | |
tree | 6092f45a73a8ca195cedc2e698a4041e1e2b2e13 /indra/newview/llstartup.cpp | |
parent | 2e7c0d973ed28d732ea19762099ed3c55123780e (diff) |
world map quick fix
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index dda155d0df..a6a9447e39 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1548,6 +1548,8 @@ BOOL idle_startup() } gLoginMenuBarView->setVisible( FALSE ); + gFloaterMap->setVisible( gSavedSettings.getBOOL("ShowMiniMap") ); + if (!gNoRender) { // Move the progress view in front of the UI |