diff --git a/src/platformsupport/eglconvenience/qeglplatformbackingstore.cpp b/src/platformsupport/eglconvenience/qeglplatformbackingstore.cpp index 543cf2a9789..6a22c01a83c 100644 --- a/src/platformsupport/eglconvenience/qeglplatformbackingstore.cpp +++ b/src/platformsupport/eglconvenience/qeglplatformbackingstore.cpp @@ -93,7 +93,6 @@ void QEGLPlatformBackingStore::updateTexture() if (!m_dirty.isNull()) { QRegion fixed; QRect imageRect = m_image.rect(); - m_dirty |= imageRect; foreach (const QRect &rect, m_dirty.rects()) { // intersect with image rect to be sure