summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloater.cpp
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2009-12-07 19:23:34 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2009-12-07 19:23:34 +0200
commit3dee439c1def1f96e9837eb2f65428e5484f9c8e (patch)
tree2aac725352781aa12cf425b7c4719e5b53be2823 /indra/newview/llimfloater.cpp
parent20d5fafc1cd1598f38e4ecefc11f4ee891afec21 (diff)
Implemented normal task EXT-3089 - Notification toasts positioning, layering and stacking.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r--indra/newview/llimfloater.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp
index 2bc07d0c27..36c40eb49b 100644
--- a/indra/newview/llimfloater.cpp
+++ b/indra/newview/llimfloater.cpp
@@ -439,6 +439,7 @@ void LLIMFloater::setVisible(BOOL visible)
if(channel)
{
channel->updateShowToastsState();
+ channel->redrawToasts();
}
if (visible && mChatHistory && mInputEditor)