diff options
| author | angela <angela@lindenlab.com> | 2009-10-29 18:07:46 +0800 |
|---|---|---|
| committer | angela <angela@lindenlab.com> | 2009-10-29 18:07:46 +0800 |
| commit | 53d48741b8b595665d3f9a7f717bd9f8fa3f7601 (patch) | |
| tree | 7abafe6164e10a5295514e69c8f26ad8bc40f62c /indra/newview/llnavigationbar.cpp | |
| parent | 07749af3871420b9f4542e288da4372cdf2d2513 (diff) | |
| parent | 64c2cb6ba1c089c15df6c8ef5ec5313ed5f1897f (diff) | |
merge
Diffstat (limited to 'indra/newview/llnavigationbar.cpp')
| -rw-r--r-- | indra/newview/llnavigationbar.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/llnavigationbar.cpp b/indra/newview/llnavigationbar.cpp index 3802d13f8b..c32ef2f22b 100644 --- a/indra/newview/llnavigationbar.cpp +++ b/indra/newview/llnavigationbar.cpp @@ -261,6 +261,15 @@ void LLNavigationBar::draw() onTeleportHistoryChanged(); mPurgeTPHistoryItems = false; } + + if (isBackgroundVisible()) + { + static LLUICachedControl<S32> drop_shadow_floater ("DropShadowFloater", 0); + static LLUIColor color_drop_shadow = LLUIColorTable::instance().getColor("ColorDropShadow"); + gl_drop_shadow(0, getRect().getHeight(), getRect().getWidth(), 0, + color_drop_shadow, drop_shadow_floater ); + } + LLPanel::draw(); } |
