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-enginemaster
parent
e7af49ce5d
commit
3b7ed8a4e9
|
|
@ -655,6 +655,10 @@ void LLScreenChannel::onToastHover(LLToast* toast, bool mouse_enter)
|
|||
{
|
||||
mHoveredToast = toast;
|
||||
}
|
||||
else
|
||||
{
|
||||
mHoveredToast = NULL;
|
||||
}
|
||||
|
||||
switch(stack_size)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue