Removed some logic in llfloateravatarlist that shouldn't have been there.
This commit is contained in:
@@ -500,18 +500,9 @@ void LLFloaterAvatarList::assessColumns()
|
||||
|
||||
if(!client_hidden)
|
||||
{
|
||||
name_col->setWidth(width_name);
|
||||
name_col->setWidth(llmax(width_name.get(),10));
|
||||
}
|
||||
}
|
||||
else if (!hide_client)
|
||||
{
|
||||
mAvatarList->getColumn(LIST_CLIENT)->setWidth(0);
|
||||
mAvatarList->getColumn(LIST_AVATAR_NAME)->setWidth(0);
|
||||
mAvatarList->getColumn(LIST_AVATAR_NAME)->mDynamicWidth = FALSE;
|
||||
mAvatarList->getColumn(LIST_AVATAR_NAME)->mRelWidth = 0;
|
||||
mAvatarList->getColumn(LIST_CLIENT)->mDynamicWidth = TRUE;
|
||||
mAvatarList->getColumn(LIST_CLIENT)->mRelWidth = -1;
|
||||
}
|
||||
|
||||
mAvatarList->updateLayout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user