https://bugs.kde.org/show_bug.cgi?id=488044
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-systemmonitor/-/c |ma/plasma-systemmonitor/-/c |ommit/3951c374c25fed5ef518e |ommit/eee81c58dc0169753ef17 |044273b47c6c5923e3d |a68c663600685c701f6 --- Comment #8 from Nate Graham <n...@kde.org> --- Git commit eee81c58dc0169753ef17a68c663600685c701f6 by Nate Graham. Committed on 14/06/2024 at 13:02. Pushed by ngraham into branch 'Plasma/6.1'. 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 (cherry picked from commit 3951c374c25fed5ef518e044273b47c6c5923e3d) Co-authored-by: Nate Graham <n...@kde.org> M +1 -1 src/page/EditablePage.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/eee81c58dc0169753ef17a68c663600685c701f6 -- You are receiving this mail because: You are watching all bug changes.