From 508097d0f691e9705ab25d0b42f13a8d02a90049 Mon Sep 17 00:00:00 2001 From: Alexei Arabadji Date: Mon, 16 Nov 2009 14:11:50 +0200 Subject: fixed EXT-2500 "Avatar stops moving when online/offline notification toast popups" --HG-- branch : product-engine --- indra/newview/lltoast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp index 513439daeb..ed2cedbd10 100644 --- a/indra/newview/lltoast.cpp +++ b/indra/newview/lltoast.cpp @@ -225,7 +225,7 @@ void LLToast::setVisible(BOOL show) { mTimer.start(); } - LLModalDialog::setFrontmost(TRUE); + LLModalDialog::setFrontmost(FALSE); } LLPanel::setVisible(show); if(mPanel) -- cgit v1.2.3