diff options
| author | Alexei Arabadji <aarabadji@productengine.com> | 2010-01-04 17:12:23 +0200 | 
|---|---|---|
| committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-01-04 17:12:23 +0200 | 
| commit | 607dbf60f5cc6454c0e2941bc1fb55e65c37b63b (patch) | |
| tree | ac053349a54cd8b56c5fc6bc1ff3fe924608ee36 | |
| parent | 8ccb55c2ddfe325432ee8c5b3effeffc04f26d0f (diff) | |
fixed EXT-3374 “[BSI] Notifications and dialogs are semi-transparent (not
opaque) even when in focus”,
made toast opaque when became hovered;
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/lltoast.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp index 96d1624cd4..110d158e2d 100644 --- a/indra/newview/lltoast.cpp +++ b/indra/newview/lltoast.cpp @@ -266,6 +266,8 @@ void LLToast::onMouseEnter(S32 x, S32 y, MASK mask)  {  	mOnToastHoverSignal(this, MOUSE_ENTER); +	setBackgroundOpaque(TRUE); +  	//toasts fading is management by Screen Channel  	sendChildToFront(mHideBtn); | 
