mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
macos: invalidate surface contents when mapping
This commit is contained in:
parent
f7d0b91267
commit
efa8f903c2
@ -910,6 +910,7 @@ _gdk_macos_surface_show (GdkMacosSurface *self)
|
||||
{
|
||||
gdk_surface_set_is_mapped (GDK_SURFACE (self), TRUE);
|
||||
gdk_surface_request_layout (GDK_SURFACE (self));
|
||||
gdk_surface_invalidate_rect (GDK_SURFACE (self), NULL);
|
||||
gdk_surface_thaw_updates (GDK_SURFACE (self));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user