https://bugs.kde.org/show_bug.cgi?id=399392
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kwi | |n/6ebfa59331b7febf162d05eef | |8316b12d559de9b Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 6ebfa59331b7febf162d05eef8316b12d559de9b by David Edmundson. Committed on 05/10/2018 at 13:04. Pushed by davidedmundson into branch 'Plasma/5.14'. [plugins/qpa] Don't crash on Qt5.12 OpengGL::makeCurrent Summary: QOpenGLContext was changed to call platform->makeCurrent before it called setCurrentContext. Because we bind window FBO and ultimately that calls QOpenGlContext::format we need Qt to know which context is current so it can tell us the format. This matches the QtWayland EGL code. Test Plan: Switched virtual desktop with the OSD (previously reliably crashed) Now it doesn't Reviewers: #kwin, zzag Reviewed By: #kwin, zzag Subscribers: zzag, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D15957 M +3 -0 plugins/qpa/sharingplatformcontext.cpp https://commits.kde.org/kwin/6ebfa59331b7febf162d05eef8316b12d559de9b -- You are receiving this mail because: You are watching all bug changes.