summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2010-12-03 03:37:37 -0500
committerJonathan Yap <none@none>2010-12-03 03:37:37 -0500
commit106134b6950b55a8462fc3444db781104eb6bf5e (patch)
tree0d5c17edf94435c204ff94f62a525953b48e00d3 /indra
parent6e62c6c410df9001b56ffd57c6c6d8cd9fe035e6 (diff)
Fix for OK notification being overlaid by Keep/Discard/Block notification
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llscreenchannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscreenchannel.cpp b/indra/newview/llscreenchannel.cpp
index 61f4897ed0..92a06b763f 100644
--- a/indra/newview/llscreenchannel.cpp
+++ b/indra/newview/llscreenchannel.cpp
@@ -485,7 +485,7 @@ void LLScreenChannel::modifyToastByNotificationID(LLUUID id, LLPanel* panel)
//--------------------------------------------------------------------------
void LLScreenChannel::redrawToasts()
{
- if(mToastList.size() == 0 || isHovering())
+ if(mToastList.size() == 0)
return;
switch(mToastAlignment)