diff options
author | PavelK ProductEngine <pkrivich@productengine.com> | 2013-05-24 18:19:10 +0300 |
---|---|---|
committer | PavelK ProductEngine <pkrivich@productengine.com> | 2013-05-24 18:19:10 +0300 |
commit | eff548310117faaa9b8489891f60b4f2742da4cb (patch) | |
tree | 7cb3926b04af30c491111b2c6263cf2849413362 /indra/llui | |
parent | c272809aa6e52873c842b79ae47832ddf41dfcdb (diff) |
CHUI-964 FIXED Oversized "To" input field hides actual IM text
Diffstat (limited to 'indra/llui')
-rwxr-xr-x | indra/llui/llchatentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llchatentry.cpp b/indra/llui/llchatentry.cpp index 416c3e65e4..c7e732e0c9 100755 --- a/indra/llui/llchatentry.cpp +++ b/indra/llui/llchatentry.cpp @@ -62,9 +62,9 @@ void LLChatEntry::draw() { if(mIsExpandable) { + reflow(); expandText(); } - LLTextEditor::draw(); } |