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

shell: Remove X11 clear color workaround in DesktopView

Ideally DesktopView should be opaque as there's nothing to paint below
it. We tried to do this a couple of times in the past, but it resulted
in the panel losing its translucency on X11.

The main culprit is that QtQuick could reuse the same OpenGL context
for every window, which might be undesired because the windows may have
mismatching EGLConfigs, etc.

With the introduction of RHI, it's no longer the case. So let's remove
the X11 workaround and see if it finally works as expected.
parent 98fc25e0
Pipeline #348741 failed with stage
in 2 minutes and 21 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