From 7d261eb9cf95efdeb546fe8b39568015d840c61a Mon Sep 17 00:00:00 2001 From: Alexei Arabadji Date: Tue, 8 Dec 2009 20:34:30 +0200 Subject: =?UTF-8?q?fixed=20EXT-3193=20=E2=80=9CClosing=20toasts=20cause=20?= =?UTF-8?q?blocking=20toast=20screen=20channel.=E2=80=9D,=20added=20direct?= =?UTF-8?q?=20check=20of=20toast=20hovering=20to=20avoid=20collisions=20wi?= =?UTF-8?q?th=20order=20of=20mouseEnter=20and=20mouseLeave=20events;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit corrected EXT-3096, added call off startFadingToasts in deleteToast since mouseLeave not will be called in case closing toast; --HG-- branch : product-engine --- indra/newview/llscreenchannel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview/llscreenchannel.h') diff --git a/indra/newview/llscreenchannel.h b/indra/newview/llscreenchannel.h index 3b0ee2050c..b551732133 100644 --- a/indra/newview/llscreenchannel.h +++ b/indra/newview/llscreenchannel.h @@ -279,7 +279,6 @@ private: std::vector mToastList; std::vector mStoredToastList; - std::map mToastEventStack; }; } -- cgit v1.2.3