https://bugs.kde.org/show_bug.cgi?id=510056
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/bce4d3f3d8 |ma/kwin/-/commit/ad93ca7fd7 |88083b0c40d35439d0be4c7342a |85c05b9d2a4acf31865bdcfd6e9 |703 |1b7 --- Comment #4 from Marco Martin <notm...@gmail.com> --- Git commit ad93ca7fd785c05b9d2a4acf31865bdcfd6e91b7 by Marco Martin. Committed on 01/10/2025 at 11:37. Pushed by mart into branch 'Plasma/6.4'. 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 (cherry picked from commit bce4d3f3d888083b0c40d35439d0be4c7342a703) bce4d3f3 effects/overview: fix behavior when deskotp grid doesn't layout Co-authored-by: Marco Martin <notm...@gmail.com> 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/ad93ca7fd785c05b9d2a4acf31865bdcfd6e91b7 -- You are receiving this mail because: You are watching all bug changes.