From 1b091a051717a0d13591b8a14d8a215a3555f9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 8 Sep 2014 14:41:07 +0200 Subject: [PATCH] [PaintRedirector] Fix typo BUG: 338210 --- paintredirector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paintredirector.cpp b/paintredirector.cpp index 4e1f95631b..fe73340f6b 100644 --- a/paintredirector.cpp +++ b/paintredirector.cpp @@ -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