From 607dbf60f5cc6454c0e2941bc1fb55e65c37b63b Mon Sep 17 00:00:00 2001 From: Alexei Arabadji Date: Mon, 4 Jan 2010 17:12:23 +0200 Subject: =?UTF-8?q?fixed=20EXT-3374=20=E2=80=9C[BSI]=20Notifications=20and?= =?UTF-8?q?=20dialogs=20are=20semi-transparent=20(not=20opaque)=20even=20w?= =?UTF-8?q?hen=20in=20focus=E2=80=9D,=20made=20toast=20opaque=20when=20bec?= =?UTF-8?q?ame=20hovered;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --HG-- branch : product-engine --- indra/newview/lltoast.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') 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); -- cgit v1.2.3