diff --git a/src/plugins/qpa/eglplatformcontext.cpp b/src/plugins/qpa/eglplatformcontext.cpp index 5e890e6e98..d2ebda7d76 100644 --- a/src/plugins/qpa/eglplatformcontext.cpp +++ b/src/plugins/qpa/eglplatformcontext.cpp @@ -118,7 +118,6 @@ void EGLPlatformContext::swapBuffers(QPlatformSurface *surface) if (!internalWindow) { return; } - context()->makeCurrent(surface->surface()); glFlush(); auto fbo = window->swapFBO(); window->bindContentFBO();