Skip to content

wayland/display: Remove duplicate update_scale() call

Robert Mader requested to merge rmader/gtk:display-wayland-update-scale into main

apply_monitor_change() already calls update_scale(). Note that this only affects old compositor versions (see should_update_monitor()) so it's just a minor cleanup.

Merge request reports