https://bugs.kde.org/show_bug.cgi?id=480599
Noah Davis <noaha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/spectacle/-/commit/e23 | |8cceb0bd65f88236d2ebf4202b9 | |979bd79ce2 --- Comment #10 from Noah Davis <noaha...@gmail.com> --- Git commit e238cceb0bd65f88236d2ebf4202b9979bd79ce2 by Noah Davis. Committed on 15/02/2024 at 08:17. Pushed by ndavis into branch 'master'. Fix always recording the screen at (0,0) with screen recording On wayland, you can't get the cursor position from QCursor::pos(), so we use selected window geometry instead. However, using selected window geometry can sometimes select the wrong screen if the window is between screens. We'll need to come up with a better solution someday. M +9 -3 src/Platforms/VideoPlatformWayland.cpp https://invent.kde.org/graphics/spectacle/-/commit/e238cceb0bd65f88236d2ebf4202b9979bd79ce2 -- You are receiving this mail because: You are watching all bug changes.