EXP-1382 FIX -- Viewer crashes when updating UI size in preferences

Reviewed by Richard.
master
Leslie Linden 2011-10-17 15:21:17 -07:00
parent 0ff49e798c
commit dfd1d822ff
1 changed files with 0 additions and 2 deletions

View File

@ -363,10 +363,8 @@ static bool sort_toasts_predicate(LLHandle<LLToast> first, LLHandle<LLToast> sec
void LLNearbyChatScreenChannel::arrangeToasts()
{
if(mStopProcessing || isHovering())
return;
LLLayoutStack::updateClass();
LLView* floater_snap_region = gViewerWindow->getRootView()->getChildView("floater_snap_region");
if (!getParent())