Project 'Librem5/gtk' was moved to 'Librem5/debs/gtk'. Please update any links and bookmarks that may still have the old path.
GdkWaylandWindow: window_update_scale: Don't reset scale to 1 with no outputs
When there is on_monitors_changed
called on GdkWindow which doesn't have
any outputs on its impl->display_server.outputs
list, the scale was being
reset to 1, causing GtkPopovers to set their scale to 1 and having blurry
appearance on hidpi screens.
Fixes #7 (closed)
Merge request reports
Activity
Filter activity
/cc @adrien.plazas
An alternative fix would be to make phoc send
enter
andleave
signals on subsurfaces as well. Mutter and Weston do, butwlrootsand KWin don't. [EDIT] Actually, sway does. It may make sense to fix it on both sides.Edited by Sebastian Krzyszkowiak
Please register or sign in to reply