diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 7761f5eb8..46c1f1b3e 100644 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -3394,6 +3394,7 @@ void LLPieMenuBranch::buildDrawLabel( void ) // doIt() - do the primary funcationality of the menu item. void LLPieMenuBranch::doIt( void ) { + if (getDrawTextDisabled()) return; // Singu Note: Don't open disabled submenus! LLPieMenu *parent = (LLPieMenu *)getParent(); LLRect rect = parent->getRect();