diff options
| author | Oz Linden <oz@lindenlab.com> | 2010-09-15 11:45:50 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2010-09-15 11:45:50 -0400 |
| commit | e44011c3befe5f833490731baac90f418486cdea (patch) | |
| tree | d8ca7432bf8ac7f0130c8dd37428efc541cba97b /indra/newview/llexpandabletextbox.cpp | |
| parent | b6a39ffa214dea8045a768bcfd83f2e1cab13c9b (diff) | |
| parent | bf2849ef2346b41ab096c4c7ce44756e3e20cd27 (diff) | |
pull fix for VWR-20694 / STORM-155
Diffstat (limited to 'indra/newview/llexpandabletextbox.cpp')
| -rw-r--r-- | indra/newview/llexpandabletextbox.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llexpandabletextbox.cpp b/indra/newview/llexpandabletextbox.cpp index f0c2469977..5e10f60aba 100644 --- a/indra/newview/llexpandabletextbox.cpp +++ b/indra/newview/llexpandabletextbox.cpp @@ -121,7 +121,6 @@ LLExpandableTextBox::LLTextBoxEx::LLTextBoxEx(const Params& p) void LLExpandableTextBox::LLTextBoxEx::reshape(S32 width, S32 height, BOOL called_from_parent) { - hideExpandText(); LLTextEditor::reshape(width, height, called_from_parent); if (getTextPixelHeight() > getRect().getHeight()) |
