[gnome-music/wip/mschraal/gtk4: 32/64] coverstack: Disable art
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-music/wip/mschraal/gtk4: 32/64] coverstack: Disable art
- Date: Wed, 29 Apr 2020 13:16:35 +0000 (UTC)
commit 92d6493d80aad79807c8bdf15c00db4ad2c96d1c
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]