summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-14 15:11:19 -0400
committerOz Linden <oz@lindenlab.com>2011-04-14 15:11:19 -0400
commitb49446c863644d603ec2e1f86f12d24b1c4375c2 (patch)
tree6f4f5990d0adb69fee3090bf08d35926e80bc5c7
parent26ae3b541eb71636a188ac343490d6e27a29461e (diff)
parent0e8232790bf1e2f850f15670685811e40ea22d10 (diff)
merge changes for storm-413
-rw-r--r--indra/newview/llsyswellwindow.cpp2
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);
}
//---------------------------------------------------------------------------------