https://bugs.kde.org/show_bug.cgi?id=470067
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/cf2410f631 | |2697ef86312a391c12ebe329a2e | |6d1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit cf2410f6312697ef86312a391c12ebe329a2e6d1 by Vlad Zahorodnii, on behalf of David Edmundson. Committed on 26/05/2023 at 08:30. Pushed by vladz into branch 'master'. Guard updateLayer for deleted windows When a window is deleted it all "set" operations should no-op. As for the bug specifically, we have an effect that keeps the desktop alive. If a user calls showDesktop not only do we not update the stacking order, we also call updateLayer when the client closes this is after the window is in the deleted state. M +4 -6 src/window.cpp M +0 -1 src/window.h https://invent.kde.org/plasma/kwin/-/commit/cf2410f6312697ef86312a391c12ebe329a2e6d1 -- You are receiving this mail because: You are watching all bug changes.