summaryrefslogtreecommitdiff
path: root/indra/llui/llmenugl.cpp
diff options
context:
space:
mode:
authorEugene Mutavchi <emutavchi@productengine.com>2010-02-05 17:09:22 +0200
committerEugene Mutavchi <emutavchi@productengine.com>2010-02-05 17:09:22 +0200
commit782cb6ee87f1180101fbcb5b6403871dea345fd0 (patch)
tree8e849fcde2a850d678249e74b88ff1554a4211ab /indra/llui/llmenugl.cpp
parentfd06fb8be5d1b38c875b28412b9c9a8f033855fb (diff)
Fixed normal bug EXT-4702 (Elements of type context_menu cannot have font set in XUI xml)
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llmenugl.cpp')
-rw-r--r--indra/llui/llmenugl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp
index 7fa9a88059..d18abbfb2f 100644
--- a/indra/llui/llmenugl.cpp
+++ b/indra/llui/llmenugl.cpp
@@ -3941,7 +3941,6 @@ BOOL LLContextMenu::appendContextSubMenu(LLContextMenu *menu)
item = LLUICtrlFactory::create<LLContextMenuBranch>(p);
LLMenuGL::sMenuContainer->addChild(item->getBranch());
- item->setFont( LLFontGL::getFontSansSerif() );
return append( item );
}