https://bugs.kde.org/show_bug.cgi?id=506106
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/libplasma/-/commit/040e4 | |57a6c0706ccf0db40862456ca19 | |791a603e Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from David Edmundson <[email protected]> --- Git commit 040e457a6c0706ccf0db40862456ca19791a603e by David Edmundson. Committed on 26/08/2025 at 08:30. Pushed by davidedmundson into branch 'master'. popupplasmawindow: Check if resizeEvents have resized anything QtBase ensures a resize event is always sent before the first expose event. Either on the expose itself or when application code triggers a move. If the size is unchanged, there is no need to reposition anything. This also avoids a bug where a positional updatePosition on wayland can loop if QT_WAYLAND_DISABLE_FIXED_POSITIONS is not set. M +6 -1 src/plasmaquick/popupplasmawindow.cpp https://invent.kde.org/plasma/libplasma/-/commit/040e457a6c0706ccf0db40862456ca19791a603e -- You are receiving this mail because: You are watching all bug changes.
