diff options
Diffstat (limited to 'indra/newview')
| -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) | 
