Merge branch 'wip/otte/for-main' into 'main'

x11: Always update shadow size

Closes #4136

See merge request GNOME/gtk!4758
This commit is contained in:
Matthias Clasen 2022-05-26 10:03:39 +00:00
commit c089912a52

View File

@ -280,7 +280,7 @@ compute_toplevel_size (GdkSurface *surface,
gdk_toplevel_size_init (&size, bounds_width, bounds_height);
gdk_toplevel_notify_compute_size (GDK_TOPLEVEL (surface), &size);
if (size.shadow.is_valid && update_geometry)
if (size.shadow.is_valid)
{
update_shadow_size (surface,
size.shadow.left,