summaryrefslogtreecommitdiff
path: root/indra/newview/llscreenchannel.h
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-12-08 20:34:30 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-12-08 20:34:30 +0200
commit7d261eb9cf95efdeb546fe8b39568015d840c61a (patch)
treebef5890d0990805c02dd2bb783d3a831a9bc1b06 /indra/newview/llscreenchannel.h
parent7348fbb69af095f073da5ec9bd25c690c80b93f5 (diff)
fixed EXT-3193 “Closing toasts cause blocking toast screen channel.”,
added direct check of toast hovering to avoid collisions with order of mouseEnter and mouseLeave events; corrected EXT-3096, added call off startFadingToasts in deleteToast since mouseLeave not will be called in case closing toast; --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llscreenchannel.h')
-rw-r--r--indra/newview/llscreenchannel.h1
1 files changed, 0 insertions, 1 deletions
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<ToastElem> mToastList;
std::vector<ToastElem> mStoredToastList;
- std::map<LLToast*, bool> mToastEventStack;
};
}