EXP-1382 FIX -- Viewer crashes when updating UI size in preferences
Reviewed by Richard.master
parent
0ff49e798c
commit
dfd1d822ff
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue