aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui')
-rw-r--r--linden/indra/llui/llmenugl.cpp1
-rw-r--r--linden/indra/llui/llview.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/llmenugl.cpp b/linden/indra/llui/llmenugl.cpp
index 8ec5656..d150f89 100644
--- a/linden/indra/llui/llmenugl.cpp
+++ b/linden/indra/llui/llmenugl.cpp
@@ -1421,6 +1421,7 @@ void LLMenuItemBranchGL::onVisibilityChange( BOOL new_visibility )
1421 { 1421 {
1422 mBranch->setVisible(FALSE); 1422 mBranch->setVisible(FALSE);
1423 } 1423 }
1424 LLMenuItemGL::onVisibilityChange(new_visibility);
1424} 1425}
1425 1426
1426BOOL LLMenuItemBranchGL::handleKeyHere( KEY key, MASK mask, BOOL called_from_parent ) 1427BOOL LLMenuItemBranchGL::handleKeyHere( KEY key, MASK mask, BOOL called_from_parent )
diff --git a/linden/indra/llui/llview.cpp b/linden/indra/llui/llview.cpp
index ef91d9c..9442a5c 100644
--- a/linden/indra/llui/llview.cpp
+++ b/linden/indra/llui/llview.cpp
@@ -791,6 +791,7 @@ BOOL LLView::setLabelArg(const LLString& key, const LLStringExplicit& text)
791 return FALSE; 791 return FALSE;
792} 792}
793 793
794// virtual
794void LLView::onVisibilityChange ( BOOL new_visibility ) 795void LLView::onVisibilityChange ( BOOL new_visibility )
795{ 796{
796 for ( child_list_iter_t child_it = mChildList.begin(); child_it != mChildList.end(); ++child_it) 797 for ( child_list_iter_t child_it = mChildList.begin(); child_it != mChildList.end(); ++child_it)