diff --git a/gdk/x11/gdksurface-x11.c b/gdk/x11/gdksurface-x11.c index b9e122a91a..9a1b71698e 100644 --- a/gdk/x11/gdksurface-x11.c +++ b/gdk/x11/gdksurface-x11.c @@ -1319,6 +1319,7 @@ x11_surface_resize (GdkSurface *surface, impl->unscaled_height = height * impl->surface_scale; surface->width = width; surface->height = height; + _gdk_surface_update_size (surface); _gdk_x11_surface_update_size (GDK_X11_SURFACE (surface)); } else