[PaintRedirector] Fix typo
BUG: 338210
This commit is contained in:
parent
d96af81f5e
commit
1b091a0517
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ void OpenGLPaintRedirector::updatePixmaps(const QRect *rects, const QRegion ®
|
|||
|
||||
const int topHeight = rects[TopPixmap].height();
|
||||
const int bottomHeight = rects[BottomPixmap].height();
|
||||
const int leftWidth = rects[RightPixmap].width();
|
||||
const int leftWidth = rects[LeftPixmap].width();
|
||||
|
||||
const QPoint offsets[4] = {
|
||||
QPoint(0, 0), // Top
|
||||
|
|
Loading…
Reference in a new issue