diff options
Diffstat (limited to 'indra/newview/llnearbychathandler.cpp')
-rw-r--r-- | indra/newview/llnearbychathandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llnearbychathandler.cpp b/indra/newview/llnearbychathandler.cpp index 1ba1d2f0f0..330a21ef65 100644 --- a/indra/newview/llnearbychathandler.cpp +++ b/indra/newview/llnearbychathandler.cpp @@ -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()) |