[gnome-music/wip/mschraal/gtk4: 45/64] coverstack: Disable art



commit c16bb47bb0923f9b8ed0808408f10c47b2ddea30
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 9d19f7de..2e7e29f4 100644
--- a/gnomemusic/widgets/coverstack.py
+++ b/gnomemusic/widgets/coverstack.py
@@ -124,10 +124,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]