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

Fix #1434: Groupchat call button color glitch

Thanks to @forteGIT for finding the bug
This commit is contained in:
tux3 2016-01-21 05:28:47 +01:00
parent f0e29a1d46
commit 70809e877e
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -216,7 +216,7 @@ void GroupChatForm::onUserListChanged()
}
// Enable or disable call button
if (peersCount != 1)
if (peersCount != 1 && !callButton->isEnabled())
{
callButton->setEnabled(true);
callButton->setObjectName("green");