mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-11 01:10:13 +00:00
Fix call panel animation in OS X 10.6-10.7.
This commit is contained in:
parent
843f983051
commit
040ee90aec
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user