Merge pull request #2182 from RipleyTom/xwayland_scaling

x11: fix fractional scaling
This commit is contained in:
Levi Portenier 2026-03-11 16:13:01 -06:00 committed by GitHub
commit 18a8859fd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -692,7 +692,7 @@ impl Common {
),
(
"Gdk/WindowScalingFactor".into(),
(new_scale.round() as i32).into(),
(new_scale.floor() as i32).into(),
),
(
"Gtk/CursorThemeSize".into(),