mirror of https://github.com/procxx/kepka.git
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();
|
finishAnimation();
|
||||||
if (!_call || isHidden()) return;
|
if (!_call || isHidden()) return;
|
||||||
} else {
|
} else {
|
||||||
|
Platform::StartTranslucentPaint(p, e);
|
||||||
p.setOpacity(opacity);
|
p.setOpacity(opacity);
|
||||||
|
|
||||||
PainterHighQualityEnabler hq(p);
|
PainterHighQualityEnabler hq(p);
|
||||||
|
|
Loading…
Reference in New Issue