diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-15 10:54:37 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-15 10:54:37 +0200 |
commit | c157c1176a570ab61978063dcc8d0ce3fe31483d (patch) | |
tree | 87c3ee2fcca46a42a5be2118b026028d64965d68 /indra/newview/llscriptfloater.cpp | |
parent | 02e5d2fd83a26d6d5e1d9639947a084bd8229b06 (diff) |
Update for normal task EXT-3089 - Notification toasts positioning, layering and stacking.
Docked LLDialogs are part of toasts positioning rules.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llscriptfloater.cpp')
-rw-r--r-- | indra/newview/llscriptfloater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llscriptfloater.cpp b/indra/newview/llscriptfloater.cpp index 9884aec2e3..1962d871a6 100644 --- a/indra/newview/llscriptfloater.cpp +++ b/indra/newview/llscriptfloater.cpp @@ -209,6 +209,7 @@ void LLScriptFloater::hideToastsIfNeeded() if(channel) { channel->updateShowToastsState(); + channel->redrawToasts(); } } |