diff options
| author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-08 12:17:10 +0200 |
|---|---|---|
| committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-08 12:17:10 +0200 |
| commit | e6210e82d3e8794a55f7bd3d7ef01f1fbcdeea0e (patch) | |
| tree | ce13fae419c2d09ec295ee4e9c1745ec1595e814 /indra/newview/llimfloater.cpp | |
| parent | 3dee439c1def1f96e9837eb2f65428e5484f9c8e (diff) | |
Update for normal task EXT-3089 - Notification toasts positioning, layering and stacking.
Improved functionality, cleaned code.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.cpp')
| -rw-r--r-- | indra/newview/llimfloater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 36c40eb49b..40ae112e4b 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -415,6 +415,7 @@ void LLIMFloater::setDocked(bool docked, bool pop_on_undock) if(channel) { channel->updateShowToastsState(); + channel->redrawToasts(); } } |
