mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix call panel animation in OS X 10.6-10.7.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user