diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-02 11:17:52 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-02 11:17:52 -0800 |
commit | 7ff2bfd0af6e124d74a7c1c9532fcffff5e0d7fe (patch) | |
tree | a0ec093a39c82f2bdd25ee0660f27ebb7f929116 /indra/newview/llnearbychathandler.cpp | |
parent | c8e97d83bd330103a24755692e3d409015be5a66 (diff) | |
parent | 5b7f40df4e2125cee36fdeed53a10e6ebd624929 (diff) |
merge changes from product-engine
Diffstat (limited to 'indra/newview/llnearbychathandler.cpp')
-rw-r--r-- | indra/newview/llnearbychathandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llnearbychathandler.cpp b/indra/newview/llnearbychathandler.cpp index 957513e154..8a8ad9d073 100644 --- a/indra/newview/llnearbychathandler.cpp +++ b/indra/newview/llnearbychathandler.cpp @@ -262,8 +262,9 @@ void LLNearbyChatScreenChannel::showToastsBottom() toast_rect.setLeftTopAndSize(getRect().mLeft , toast_top, toast_rect.getWidth() ,toast_rect.getHeight()); toast->setRect(toast_rect); - + toast->setIsHidden(false); toast->setVisible(TRUE); + bottom = toast->getRect().mTop; } } |