scale the clip rect by the proper scalefactor dimension...
svn path=/trunk/KDE/kdebase/workspace/; revision=1203283
This commit is contained in:
parent
f70c052644
commit
1956f10280
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ void SceneXrender::Window::performPaint( int mask, QRegion region, WindowPaintDa
|
|||
{
|
||||
QRect& r = rects[ i ];
|
||||
r = QRect( int( r.x() * xscale ), int( r.y() * yscale ),
|
||||
int( r.width() * xscale ), int( r.height() * xscale ));
|
||||
int( r.width() * xscale ), int( r.height() * yscale ));
|
||||
}
|
||||
transformed_shape.setRects( rects.constData(), rects.count());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue