[gnome-music/wip/mschraal/gtk4: 4/37] coverstack: Disable art



commit c30391f4d48589b0070f2d5e7de36f63917975d4
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Oct 31 16:23:02 2019 +0100

    coverstack: Disable art

 gnomemusic/widgets/coverstack.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/widgets/coverstack.py b/gnomemusic/widgets/coverstack.py
index 375c14d3..b5a837c2 100644
--- a/gnomemusic/widgets/coverstack.py
+++ b/gnomemusic/widgets/coverstack.py
@@ -120,10 +120,10 @@ class CoverStack(Gtk.Stack):
             self._timeout = None
 
         if self._active_child == "B":
-            self._cover_a.props.surface = klass.surface
+            # self._cover_a.props.surface = klass.surface
             self.props.visible_child_name = "A"
         else:
-            self._cover_b.props.surface = klass.surface
+            # self._cover_b.props.surface = klass.surface
             self.props.visible_child_name = "B"
 
         self._active_child = self.props.visible_child_name


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