mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fix call panel animation in OS X 10.6-10.7.
This commit is contained in:
parent
843f983051
commit
040ee90aec
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue