Prevent the radar from dividing by zero (May not be an issue yet)
This commit is contained in:
@@ -495,6 +495,7 @@ void LLFloaterAvatarList::assessColumns()
|
|||||||
|
|
||||||
client_col->mDynamicWidth = !client_hidden;
|
client_col->mDynamicWidth = !client_hidden;
|
||||||
name_col->mDynamicWidth = client_hidden;
|
name_col->mDynamicWidth = client_hidden;
|
||||||
|
mAvatarList->setNumDynamicColumns(1); // Dynamic width is set on only one column, be sure to let the list know, otherwise we may divide by zero
|
||||||
|
|
||||||
if(!client_hidden)
|
if(!client_hidden)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user