diff options
author | Callum Prentice <callum@lindenlab.com> | 2010-01-11 17:27:45 -0800 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2010-01-11 17:27:45 -0800 |
commit | 77565ce0c35fb35701bb51a82d70214a3ad56a12 (patch) | |
tree | dbbb8284e0db98bcc3db829a9d3192e86f924ea0 /indra/llui/llmenugl.cpp | |
parent | a3ca95e3bd0e288792f6024d9487d618730fd40f (diff) | |
parent | a74d494dd7c13e0307ee5ba526ba021583b1f2b5 (diff) |
Merge with tip
Diffstat (limited to 'indra/llui/llmenugl.cpp')
-rw-r--r-- | indra/llui/llmenugl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 527c0a1b87..bd67949c2a 100644 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -46,6 +46,7 @@ #include "llmenugl.h" +#include "llgl.h" #include "llmath.h" #include "llrender.h" #include "llfocusmgr.h" @@ -477,6 +478,7 @@ void LLMenuItemGL::draw( void ) if (dynamic_cast<LLMenuItemCallGL*>(this)) debug_count++; gGL.color4fv( mHighlightBackground.get().mV ); + gl_rect_2d( 0, getRect().getHeight(), getRect().getWidth(), 0 ); } |