https://bugs.kde.org/show_bug.cgi?id=465790
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/82b2fa37c240 |ma/kwin/commit/715f4147fec2 |8bd86011376fddfe225d3fc5a1c |734a0ed56f7ae799e678e18f451 |d |f --- Comment #50 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 715f4147fec2734a0ed56f7ae799e678e18f451f by Vlad Zahorodnii, on behalf of David Edmundson. Committed on 22/03/2023 at 08:04. Pushed by vladz into branch 'Plasma/5.27'. Avoid accidental creation of backing stores for offscreen surfaces Aurorae decorations and several effects are powered by QQuickWindows that render into offscreen surfaces. Iterating through all windows and then calling winId() will create a platform window including for our Aurorae decorations. Not only is this wasteful but it caused an issue with resizing windows. QWindow code updates the internal state directly if there's no underlying platform window, if there is it delegates responsiblity to the backend. Our own QPA didn't update geometry whilst hidden. The result of that is Aurorae decorations "randomly" stop resizing correctly as the contentItem stops resizing to the window size. (cherry picked from commit 82b2fa37c2408bd86011376fddfe225d3fc5a1cd) M +1 -1 src/plugins/windowsystem/windoweffects.cpp M +1 -1 src/plugins/windowsystem/windowsystem.cpp M +1 -1 src/unmanaged.cpp https://invent.kde.org/plasma/kwin/commit/715f4147fec2734a0ed56f7ae799e678e18f451f -- You are receiving this mail because: You are watching all bug changes.