CHUI-914 FIXED Restore previous text after gestures were triggered.

meow-7.2.2
Mnikolenko ProductEngine 2013-04-08 13:23:08 +03:00
parent dabce05d1e
commit 776d63b128
1 changed files with 1 additions and 0 deletions

View File

@ -582,6 +582,7 @@ void LLFloaterIMNearbyChat::sendChat( EChatType type )
if (!utf8_revised_text.empty())
{
// Chat with animation
utf8_revised_text = utf8text;
sendChatFromViewer(utf8_revised_text, type, TRUE);
}
}