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

fix(chatform): Hide call confirm on call end

Fix #4799 (4)
This commit is contained in:
Diadlo 2017-11-18 01:48:30 +03:00
parent f690fc6202
commit f4a3bb2812
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -379,6 +379,7 @@ void ChatForm::onAvEnd(uint32_t friendId, bool error)
return;
}
headWidget->removeCallConfirm();
// Fixes an OS X bug with ending a call while in full screen
if (netcam && netcam->isFullScreen()) {
netcam->showNormal();