diff options
| author | Merov Linden <merov@lindenlab.com> | 2012-12-07 19:00:35 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2012-12-07 19:00:35 -0800 |
| commit | 79b44fa561f58cdb47b7cfa6d0b55311d71688a8 (patch) | |
| tree | 0ad10576473d9ae9fa17d9b4b1db136871958ae4 /indra/newview/llconversationview.cpp | |
| parent | a6f1690128b510977cfe86071f80f81967b9d0c7 (diff) | |
| parent | b1b4b78d5c97659d82ff67b38db4d4188967efbb (diff) | |
Pull merge from richard/viewer-chui
Diffstat (limited to 'indra/newview/llconversationview.cpp')
| -rwxr-xr-x | indra/newview/llconversationview.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index b964cee09f..f088a8c084 100755 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -472,6 +472,9 @@ S32 LLConversationViewParticipant::arrange(S32* width, S32* height) mAvatarIcon->getRect().mBottom); mAvatarIcon->setShape(avatarRect); + //Since dimensions changed, adjust the children (info button, speaker indicator) + updateChildren(); + return arranged; } |
