diff options
| -rw-r--r-- | indra/llui/llchatentry.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llchatentry.cpp b/indra/llui/llchatentry.cpp index a6ba125406..2a6ccc3dc9 100644 --- a/indra/llui/llchatentry.cpp +++ b/indra/llui/llchatentry.cpp @@ -57,12 +57,12 @@ LLChatEntry::~LLChatEntry()  void LLChatEntry::draw()  { -	LLTextEditor::draw(); -  	if(mIsExpandable)  	{  		expandText();  	} + +	LLTextEditor::draw();  }  void LLChatEntry::onCommit()  | 
