diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-01-04 17:12:39 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-01-04 17:12:39 +0200 |
commit | f1546c299a42f661d05a962f5ecd83fb4f8913c6 (patch) | |
tree | 2960187dda26d89d485ecc4751f48fffe2872da5 /indra/newview/lltoast.cpp | |
parent | 9c68f8d05f1d5eaedd54d093b1f8acfa8d137add (diff) | |
parent | 607dbf60f5cc6454c0e2941bc1fb55e65c37b63b (diff) |
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/lltoast.cpp')
-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); |