From 0b0372a3037b9fa1f411180232644b6c9f373319 Mon Sep 17 00:00:00 2001 From: Leyla Farazha Date: Tue, 5 Jan 2010 15:49:22 -0800 Subject: EXT-3900 [BSI] Inspector floater fades while inspectors context menu is still active reviewed by Richard --- indra/llui/llmenubutton.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llui/llmenubutton.h') diff --git a/indra/llui/llmenubutton.h b/indra/llui/llmenubutton.h index 02eb9d3806..d0e99d9f40 100644 --- a/indra/llui/llmenubutton.h +++ b/indra/llui/llmenubutton.h @@ -55,6 +55,7 @@ public: /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask); /*virtual*/ BOOL handleKeyHere(KEY key, MASK mask ); void hideMenu(); + LLMenuGL* getMenu() { return mMenu; } protected: friend class LLUICtrlFactory; -- cgit v1.2.3