https://bugs.kde.org/show_bug.cgi?id=381630

--- Comment #43 from David Edmundson <k...@davidedmundson.co.uk> ---
Created attachment 108673
  --> https://bugs.kde.org/attachment.cgi?id=108673&action=edit
Alternative patch

Similar to Fabian's patch, yet different.

The bug is with QWaylandEglWindow
 - The window will sometimes delete the surface (invisible or size 0x0)

 - on window dtor will make the GL context current, but for deleting things not
rendering, so we don't need a context

 - when we make it current, QWaylandGLContext::makeCurrent realises the window
has no surface so explicilty tells it recreate it - this doesn't make sense
when we're deleting the window

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to