https://bugs.kde.org/show_bug.cgi?id=436095
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/eef97904b619 | |21753ce1ec1dbfa732d984de73c | |7 Resolution|--- |FIXED --- Comment #7 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit eef97904b61921753ce1ec1dbfa732d984de73c7 by Vlad Zahorodnii. Committed on 12/05/2021 at 11:50. Pushed by vladz into branch 'master'. Simplify Workspace::constrainedStackingOrder() Workspace::constrainedStackingOrder() is a constant source of issues. This change replaces the current logic that builds the stacking order to hopefully make constrainedStackingOrder() less crashy. With the new version, constrainedStackingOrder() doesn't perform layer caching. On the other hand, it's quite rare to see apps in the wild that have more than just 1 or 2 members in the window group. M +46 -26 src/layers.cpp https://invent.kde.org/plasma/kwin/commit/eef97904b61921753ce1ec1dbfa732d984de73c7 -- You are receiving this mail because: You are watching all bug changes.