Skip to content
Commit cddfb521 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

qpa: Fix a crash in EGLPlatformContext::swapBuffers()

After internalWindow->present() is called, we cannot guarantee that the
current opengl context hasn't changed. If kwin changes the current opengl
context, bindContextFBO() can crash because there may not be current
QOpenGLContext.

BUG: 455435


(cherry picked from commit 24bc3fed)
parent 9baa2c3e
Pipeline #192159 passed with stage
in 26 minutes and 44 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment