diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-12 18:57:27 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-12 18:57:27 +0200 |
commit | 4c637196e4c511c7d199a66759671e16e9a7566b (patch) | |
tree | 3036fd958f032b2cfbf7cbe2e5e3a6baede037ce /indra/newview/llnearbychathandler.cpp | |
parent | b4e3d34791497188537680a4556ccacaa004db09 (diff) |
fixed EXT-2397 "Notification and IM toasts stop to appear after pressing Reply in any IM toast"
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychathandler.cpp')
-rw-r--r-- | indra/newview/llnearbychathandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychathandler.cpp b/indra/newview/llnearbychathandler.cpp index e10c506f08..b4e0ab198a 100644 --- a/indra/newview/llnearbychathandler.cpp +++ b/indra/newview/llnearbychathandler.cpp @@ -223,7 +223,7 @@ void LLNearbyChatScreenChannel::addNotification(LLSD& notification) void LLNearbyChatScreenChannel::arrangeToasts() { - if(m_active_toasts.size() == 0 || mIsHovering) + if(m_active_toasts.size() == 0 || isHovering()) return; hideToastsFromScreen(); |