diff --git a/cartridges/game_cover.py b/cartridges/game_cover.py index 46dd674..e6518f9 100644 --- a/cartridges/game_cover.py +++ b/cartridges/game_cover.py @@ -117,6 +117,7 @@ class GameCover: else: for picture in self.pictures: picture.set_paintable(texture or self.placeholder) + picture.queue_draw() def update_animation(self, data: GdkPixbuf.PixbufAnimation) -> None: if self.animation == data[1]: