Nanny the Sun compiler by an explicit cast ;-)
BUG: 291690
This commit is contained in:
parent
ceffa4c1ff
commit
2062b8eabd
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue