summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-10-17 15:21:17 -0700
committerLeslie Linden <leslie@lindenlab.com>2011-10-17 15:21:17 -0700
commitdfd1d822ff28046bb24fa41dbd11a636d393a40a (patch)
treeb7b4f6d969f6104b5a831615551ddef91fd5aead
parent0ff49e798c6bed6fe888ac463c746bc06036d876 (diff)
EXP-1382 FIX -- Viewer crashes when updating UI size in preferences
Reviewed by Richard.
-rw-r--r--indra/newview/llnearbychathandler.cpp2
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())