summaryrefslogtreecommitdiff
path: root/indra/newview/llsyswellwindow.cpp
diff options
context:
space:
mode:
authorDave SIMmONs <simon@lindenlab.com>2011-04-21 11:44:48 -0700
committerDave SIMmONs <simon@lindenlab.com>2011-04-21 11:44:48 -0700
commit77791a88a9811f71cc9af668d28a903645436be0 (patch)
treea3327810a1e9ac57681e9cf0fdc627dcd168a0a9 /indra/newview/llsyswellwindow.cpp
parent970b3a7f28c2f1a611410cb8738d17800949b1bd (diff)
parentda3c0658de4b6e7ab645b718927e9b10fd612b01 (diff)
Merge madness
Diffstat (limited to 'indra/newview/llsyswellwindow.cpp')
-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);
}
//---------------------------------------------------------------------------------