Skip to content
Snippets Groups Projects
Commit 0b74df67 authored by Merov Linden's avatar Merov Linden
Browse files

STORM-523 : pull into viewer-development

parents a9caa315 6730aacb
No related branches found
No related tags found
No related merge requests found
...@@ -365,6 +365,7 @@ Joghert LeSabre ...@@ -365,6 +365,7 @@ Joghert LeSabre
VWR-64 VWR-64
Jonathan Yap Jonathan Yap
VWR-17801 VWR-17801
STORM-523
STORM-616 STORM-616
STORM-679 STORM-679
STORM-596 STORM-596
......
...@@ -495,7 +495,7 @@ void LLScreenChannel::modifyToastByNotificationID(LLUUID id, LLPanel* panel) ...@@ -495,7 +495,7 @@ void LLScreenChannel::modifyToastByNotificationID(LLUUID id, LLPanel* panel)
//-------------------------------------------------------------------------- //--------------------------------------------------------------------------
void LLScreenChannel::redrawToasts() void LLScreenChannel::redrawToasts()
{ {
if(mToastList.size() == 0 || isHovering()) if(mToastList.size() == 0)
return; return;
switch(mToastAlignment) switch(mToastAlignment)
...@@ -841,8 +841,7 @@ void LLScreenChannel::onToastHover(LLToast* toast, bool mouse_enter) ...@@ -841,8 +841,7 @@ void LLScreenChannel::onToastHover(LLToast* toast, bool mouse_enter)
} }
} }
if(!isHovering()) redrawToasts();
redrawToasts();
} }
//-------------------------------------------------------------------------- //--------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment