[gnome-music/wip/mschraal/gtk4: 53/66] albumartcache: More surface



commit 7a416725af493f27a3b2fbdf4fed1c756d97a9e3
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Oct 31 16:30:28 2019 +0100

    albumartcache: More surface

 gnomemusic/albumartcache.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/albumartcache.py b/gnomemusic/albumartcache.py
index dde330fe..2e74e8e9 100644
--- a/gnomemusic/albumartcache.py
+++ b/gnomemusic/albumartcache.py
@@ -237,7 +237,7 @@ class Art(GObject.GObject):
         # surface = Gdk.cairo_surface_create_from_pixbuf(
         #     pixbuf, self._scale, None)
         surface = None
-        surface = _make_icon_frame(surface, self._size, self._scale)
+        # surface = _make_icon_frame(surface, self._size, self._scale)
         self._surface = surface
 
         self.emit('finished')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]