diff options
Diffstat (limited to 'indra/llui/llmenugl.h')
-rw-r--r-- | indra/llui/llmenugl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llmenugl.h b/indra/llui/llmenugl.h index 93d5e30ae1..fdbfb38474 100644 --- a/indra/llui/llmenugl.h +++ b/indra/llui/llmenugl.h @@ -568,6 +568,8 @@ public: // add a menu - this will create a cascading menu virtual BOOL appendMenu(LLMenuGL *menu); + const LLFontGL *getFont() const { return mFont; } + protected: void createSpilloverBranch(); void cleanupSpilloverBranch(); @@ -595,6 +597,9 @@ protected: BOOL mKeepFixedSize; BOOL mNeedsArrange; + // Font for top menu items only + const LLFontGL* mFont; + private: |