diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-16 14:11:50 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-16 14:11:50 +0200 |
commit | 508097d0f691e9705ab25d0b42f13a8d02a90049 (patch) | |
tree | d9981a141407e7597aa331b053fd8234481ce47d | |
parent | e62d7410ee0d4b3db1d0b5aaa247c14ad0f4091e (diff) |
fixed EXT-2500 "Avatar stops moving when online/offline notification toast
popups"
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/lltoast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |