aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lltabcontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/lltabcontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/lltabcontainer.cpp b/linden/indra/llui/lltabcontainer.cpp
index 7f581dc..44f1f20 100644
--- a/linden/indra/llui/lltabcontainer.cpp
+++ b/linden/indra/llui/lltabcontainer.cpp
@@ -716,7 +716,6 @@ void LLTabContainer::addTabPanel(LLPanel* child,
716 child->setFollowsAll(); 716 child->setFollowsAll();
717 child->translate( tab_panel_rect.mLeft - child->getRect().mLeft, tab_panel_rect.mBottom - child->getRect().mBottom); 717 child->translate( tab_panel_rect.mLeft - child->getRect().mLeft, tab_panel_rect.mBottom - child->getRect().mBottom);
718 child->reshape( tab_panel_rect.getWidth(), tab_panel_rect.getHeight(), TRUE ); 718 child->reshape( tab_panel_rect.getWidth(), tab_panel_rect.getHeight(), TRUE );
719 child->setBackgroundVisible( FALSE ); // No need to overdraw
720 // add this child later 719 // add this child later
721 720
722 child->setVisible( FALSE ); // Will be made visible when selected 721 child->setVisible( FALSE ); // Will be made visible when selected
@@ -1795,3 +1794,4 @@ void LLTabContainer::commitHoveredButton(S32 x, S32 y)
1795 } 1794 }
1796} 1795}
1797 1796
1797