https://bugs.kde.org/show_bug.cgi?id=373075
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED Latest Commit|https://commits.kde.org/pla |https://invent.kde.org/plas |sma-framework/2c69d22546639 |ma/plasma-workspace/commit/ |55564ef26687797e3b977be5a38 |7852de5e697c17565fda8d0b24c | |062ea00605a37 --- Comment #26 from Nate Graham <n...@kde.org> --- Git commit 7852de5e697c17565fda8d0b24c062ea00605a37 by Nate Graham, on behalf of Alexander Kandaurov. Committed on 06/07/2020 at 20:40. Pushed by ngraham into branch 'master'. Notify of screen geometry changes only after DesktopView has updated Currently updating the DesktopView geometry and emitting signals notifying of changes to screen geometry are connected independently to QScreen::geometryChanged(), while screenGeometry() as well as availableScreenRect() and availableScreenRegion() depend on the DesktopView geometry. The incorrect order of slots being called causes the task manager to behave incorrectly on screen configuration changes, displaying either no windows or windows from a wrong screen. This also affects the desktop pager widget when configured to show the current desktop only. M +1 -0 shell/desktopview.cpp M +1 -0 shell/desktopview.h M +2 -2 shell/shellcorona.cpp https://invent.kde.org/plasma/plasma-workspace/commit/7852de5e697c17565fda8d0b24c062ea00605a37 -- You are receiving this mail because: You are watching all bug changes.