https://bugs.kde.org/show_bug.cgi?id=488044
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-systemmonitor/-/c | |ommit/3951c374c25fed5ef518e | |044273b47c6c5923e3d Version Fixed In| |6.1.1 Status|ASSIGNED |RESOLVED --- Comment #7 from Nate Graham <n...@kde.org> --- Git commit 3951c374c25fed5ef518e044273b47c6c5923e3d by Nate Graham. Committed on 13/06/2024 at 15:28. Pushed by ngraham into branch 'master'. EditablePage: position loading placeholder overlay correctly It was using negative margins to counteract the ones added to the page, but was then re-parented to something that wasn't the page. If those two things didn't have the exact same geometry, the overlay would be mis-positioned. Fix this by dropping the re-parenting, and instead manually set the Z to something very high to ensure it always covers the content. FIXED-IN: 6.1.1 M +1 -1 src/page/EditablePage.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/3951c374c25fed5ef518e044273b47c6c5923e3d -- You are receiving this mail because: You are watching all bug changes.