[gnome-music/wip/mschraal/gtk4: 38/80] coverstack: Disable art
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-music/wip/mschraal/gtk4: 38/80] coverstack: Disable art
- Date: Wed, 29 Apr 2020 11:41:27 +0000 (UTC)
commit 40a1a6a626646f14b380f693cb41cde1e6cb32eb
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]