Fixed normal bug EXT-3740 - People panel should default to Nearby at first run.
--HG-- branch : product-enginemaster
parent
383cb255e0
commit
1febd28bd4
|
|
@ -574,7 +574,7 @@ BOOL LLPanelPeople::postBuild()
|
|||
getChild<LLPanel>(GROUP_TAB_NAME)->childSetAction("groups_viewsort_btn",boost::bind(&LLPanelPeople::onGroupsViewSortButtonClicked, this));
|
||||
|
||||
// Must go after setting commit callback and initializing all pointers to children.
|
||||
mTabContainer->selectTabByName(FRIENDS_TAB_NAME);
|
||||
mTabContainer->selectTabByName(NEARBY_TAB_NAME);
|
||||
|
||||
// Create menus.
|
||||
LLUICtrl::CommitCallbackRegistry::ScopedRegistrar registrar;
|
||||
|
|
|
|||
Loading…
Reference in New Issue