Browse Source

fixing bug #891

pull/893/head
agilob 11 years ago
parent
commit
561f5f9895
No known key found for this signature in database
GPG Key ID: 34568050DBCCB997
  1. 2
      src/widget/form/chatform.cpp

2
src/widget/form/chatform.cpp

@ -306,6 +306,8 @@ void ChatForm::onAvCancel(int FriendId, int) @@ -306,6 +306,8 @@ void ChatForm::onAvCancel(int FriendId, int)
if (FriendId != f->getFriendID())
return;
stopCounter();
audioInputFlag = false;
audioOutputFlag = false;
micButton->setObjectName("green");

Loading…
Cancel
Save