diff options
author | richard <none@none> | 2010-02-18 14:09:55 -0800 |
---|---|---|
committer | richard <none@none> | 2010-02-18 14:09:55 -0800 |
commit | 1d1e4c7abe5c46cfafbc351e8cad3197d2befefc (patch) | |
tree | d54af525f241878f0446a04c93cf821ac4c340c9 /indra/newview | |
parent | 08e3e05c0a1aa99bc6cf300191ea3c7feb97ff9a (diff) | |
parent | 7ed47f72255ce9fe9ab5b3212aabf495c5554436 (diff) |
merge
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llbottomtray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index 95a946cee8..459a61dec3 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -350,7 +350,7 @@ void LLBottomTray::setVisible(BOOL visible) { mBottomTrayLite->setVisible(visible); } - else + else { LLPanel::setVisible(visible); } |