Skip to content

Update on window scale changes

David Edmundson requested to merge work/d_ed/wayland_scaling2 into master

On wayland we get meaningful devicePixelRatio changed events on the window not the screen.

Gwenview caches images and has some logic in device pixels that needs evaluating whenever the DPR changes. This introduces a small helper than lives on the active window and updates the thumbnail size appropriately.

BUG: 480659 FIXED-IN: 24.02

Edited by David Edmundson

Merge request reports