diff options
author | richard <none@none> | 2010-02-18 13:32:15 -0800 |
---|---|---|
committer | richard <none@none> | 2010-02-18 13:32:15 -0800 |
commit | 9c2559924c21a9cdef1aa160bc0518c210e41333 (patch) | |
tree | c4b066017873b3db7e23ebc4010d52c446265f95 /indra/newview/llbottomtray.cpp | |
parent | d742b3e91182860d411fb18f1041150442766189 (diff) | |
parent | 3af609b55c591ecc572c0872ba1b3013885d8ac9 (diff) |
merge
Diffstat (limited to 'indra/newview/llbottomtray.cpp')
-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); } |