https://bugs.kde.org/show_bug.cgi?id=510056
Marco Martin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/bce4d3f3d8 | |88083b0c40d35439d0be4c7342a | |703 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Marco Martin <[email protected]> --- Git commit bce4d3f3d888083b0c40d35439d0be4c7342a703 by Marco Martin. Committed on 01/10/2025 at 07:16. Pushed by mart into branch 'master'. effects/overview: fix behavior when deskotp grid doesn't layout When the option "organize windows in desktop grid" is disabled, the windows on other desktops were invisible (and opacity===0) Also, the offsetX property wasn't set quite right, because initialHidden now does not depend on isOnOtherDesktop anymore so the windows are visible, and offsetX depends on mainBackground.deltaColumn when gridVal is > 0, is not inversely proportional to gridval anymore, but on/off M +1 -1 src/plugins/overview/qml/Main.qml M +1 -1 src/plugins/private/qml/WindowHeapDelegate.qml https://invent.kde.org/plasma/kwin/-/commit/bce4d3f3d888083b0c40d35439d0be4c7342a703 -- You are receiving this mail because: You are watching all bug changes.
