Fix transparent gdk-pixbuf loading

This commit is contained in:
Přemysl Eric Janouch 2021-12-28 01:52:38 +01:00
parent d4b51f07b5
commit aaa7cb93c3
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -2210,6 +2210,7 @@ load_gdkpixbuf_argb32_unpremultiplied(GdkPixbuf *pixbuf)
p += 4;
}
}
cairo_surface_mark_dirty(surface);
return surface;
}