diff options
author | Oz Linden <oz@lindenlab.com> | 2011-04-14 15:11:19 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-04-14 15:11:19 -0400 |
commit | b49446c863644d603ec2e1f86f12d24b1c4375c2 (patch) | |
tree | 6f4f5990d0adb69fee3090bf08d35926e80bc5c7 | |
parent | 26ae3b541eb71636a188ac343490d6e27a29461e (diff) | |
parent | 0e8232790bf1e2f850f15670685811e40ea22d10 (diff) |
merge changes for storm-413
-rw-r--r-- | indra/newview/llsyswellwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp index e7b5c13860..cb49976e5f 100644 --- a/indra/newview/llsyswellwindow.cpp +++ b/indra/newview/llsyswellwindow.cpp @@ -310,7 +310,7 @@ void LLIMWellWindow::RowPanel::onChicletSizeChanged(LLChiclet* ctrl, const LLSD& S32 new_text_left = mChiclet->getRect().mRight + CHICLET_HPAD; LLRect text_rect = text->getRect(); text_rect.mLeft = new_text_left; - text->setRect(text_rect); + text->setShape(text_rect); } //--------------------------------------------------------------------------------- |