related to EXT-2397 "Notification and IM toasts stop to appear after pressing Reply in any IM toast"

corrected on hover lost event handling

--HG--
branch : product-engine
master
Alexei Arabadji 2009-11-12 19:08:31 +02:00
parent e7af49ce5d
commit 3b7ed8a4e9
1 changed files with 4 additions and 0 deletions

View File

@ -655,6 +655,10 @@ void LLScreenChannel::onToastHover(LLToast* toast, bool mouse_enter)
{
mHoveredToast = toast;
}
else
{
mHoveredToast = NULL;
}
switch(stack_size)
{