Merge branch 'KDE/4.8'

icc-effect-5.14.5
Dario Freddi 2012-01-17 04:45:17 +01:00
commit fb090a76d2
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ void AnimationEffect::paintWindow( EffectWindow* w, int mask, QRegion region, Wi
if (tAnchor != sAnchor) {
QPointF pt2(xCoord(geo, tAnchor), yCoord(geo, tAnchor));
pt += prgrs*(pt2 - pt);
pt += static_cast<qreal>(prgrs)*(pt2 - pt);
}
rot.xRotationPoint = pt.x();