diff --git a/indra/newview/llpanelgrouproles.cpp b/indra/newview/llpanelgrouproles.cpp index c981bc9a9e..0bf0da9d87 100755 --- a/indra/newview/llpanelgrouproles.cpp +++ b/indra/newview/llpanelgrouproles.cpp @@ -2761,7 +2761,10 @@ void LLPanelGroupRoles::setGroupID(const LLUUID& id) // [/FS:CR] if(mSubTabContainer) - mSubTabContainer->selectTab(1); + // FIRE-13501: Activate "Members" tab by default + //mSubTabContainer->selectTab(1); + mSubTabContainer->selectTab(0); + // activate(); }