diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp index 851afe798..64cc89434 100644 --- a/src/widget/form/chatform.cpp +++ b/src/widget/form/chatform.cpp @@ -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();