https://bugs.kde.org/show_bug.cgi?id=404923
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kwi | |ndowsystem/abcf323ab6f34317 | |1308231d6d40f65cb2409502 Status|CONFIRMED |RESOLVED --- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit abcf323ab6f343171308231d6d40f65cb2409502 by David Edmundson. Committed on 06/03/2019 at 21:42. Pushed by davidedmundson into branch 'master'. Send blur/background contrast in device pixels Summary: A Qt app using Qt scaling will only know the position of windows and all geometry in logical pixels. Kwin needs everything in device pixels. This hasn't been a big issue till now as plasma on X doesn't opt in for Qt scaling. For wayland everything is in the same sane coordinate space. It can occur in some previews in systemsettings and at some point maybe plasma should use Qt scaling on X Test Plan: Task switcher now blurred the whole area. Ran plamsa on X with plasma_use_qt_scaling. Kickoff was less corrupted. Reviewers: #kwin Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D19544 M +2 -2 src/kwindoweffects.h M +6 -2 src/platforms/xcb/kwindoweffects.cpp https://commits.kde.org/kwindowsystem/abcf323ab6f343171308231d6d40f65cb2409502 -- You are receiving this mail because: You are watching all bug changes.