diff options
author | Jonathan Yap <none@none> | 2010-12-03 17:57:46 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2010-12-03 17:57:46 -0500 |
commit | 7305adab32f88be2d610234cc32a5781803316fd (patch) | |
tree | a32e581b1c2632a498289bc117db50c3567c9342 | |
parent | 106134b6950b55a8462fc3444db781104eb6bf5e (diff) |
Found and disabled another place where hovered notifications were being handled
-rw-r--r-- | indra/newview/llscreenchannel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llscreenchannel.cpp b/indra/newview/llscreenchannel.cpp index 92a06b763f..8dd5f068b6 100644 --- a/indra/newview/llscreenchannel.cpp +++ b/indra/newview/llscreenchannel.cpp @@ -835,7 +835,6 @@ void LLScreenChannel::onToastHover(LLToast* toast, bool mouse_enter) } } - if(!isHovering()) redrawToasts(); } |