Skip to content

Revert "wayland: Update shadow immediately"

This reverts commit 4b1ef33c.

It introduced a crash. The large icons task switcher can create and destroy the shadow in the middle of painting. When a shadow is destroyed, kwin can make opengl context current. It will reset current QOpenGLContext, and QtQuick can crash.

BUG: 466279

Merge request reports