Fix call panel animation in OS X 10.6-10.7.

This commit is contained in:
John Preston 2017-05-12 19:25:25 +03:00
parent 843f983051
commit 040ee90aec
1 changed files with 1 additions and 0 deletions

View File

@ -605,6 +605,7 @@ void Panel::paintEvent(QPaintEvent *e) {
finishAnimation();
if (!_call || isHidden()) return;
} else {
Platform::StartTranslucentPaint(p, e);
p.setOpacity(opacity);
PainterHighQualityEnabler hq(p);