1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

solves issue 1309

This commit is contained in:
kushagra 2015-03-08 22:30:57 +05:30
parent bd12381bea
commit 38f5c4f2dc

View File

@ -98,6 +98,7 @@ void GroupChatForm::onSendTriggered()
if (msg.isEmpty())
return;
msgEdit->setLastMessage(msg);
msgEdit->clear();
if (msg.startsWith("/me "))