diff options
author | richard <none@none> | 2009-10-26 14:28:41 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-26 14:28:41 -0700 |
commit | 3e9a8c1f43c2d9656815a3f6d4559ef10bd179e7 (patch) | |
tree | 2275f2a0c86fe28a8f1d2cfb1143a2f05137a3fa /indra/llui/lltexteditor.cpp | |
parent | 6698c681fd3ae139629d677ddd01b5102a71fa3d (diff) | |
parent | f2a48ed7f9c67ecc15b9174dc08069da25b33380 (diff) |
merge
Diffstat (limited to 'indra/llui/lltexteditor.cpp')
-rw-r--r-- | indra/llui/lltexteditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp index d507cf7ce4..0ca9a18e0c 100644 --- a/indra/llui/lltexteditor.cpp +++ b/indra/llui/lltexteditor.cpp @@ -273,7 +273,7 @@ LLTextEditor::LLTextEditor(const LLTextEditor::Params& p) : if (mShowLineNumbers) { mHPad += UI_TEXTEDITOR_LINE_NUMBER_MARGIN; - updateTextRect(); + updateRects(); } } |