[gnome-music/wip/mschraal/gtk4: 36/102] coverstack: Remove show_all



commit 226b543244f127f040daad6cd19a03d6f3ccfde9
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Oct 31 14:10:06 2019 +0100

    coverstack: Remove show_all

 gnomemusic/widgets/coverstack.py | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/gnomemusic/widgets/coverstack.py b/gnomemusic/widgets/coverstack.py
index ac553893..375c14d3 100644
--- a/gnomemusic/widgets/coverstack.py
+++ b/gnomemusic/widgets/coverstack.py
@@ -65,12 +65,6 @@ class CoverStack(Gtk.Stack):
 
         self.connect("destroy", self._on_destroy)
 
-        self._loading_cover.props.visible = True
-        self._cover_a.props.visible = True
-        self._cover_b.props.visible = True
-
-        self.props.visible = True
-
     @GObject.Property(type=object, flags=GObject.ParamFlags.READWRITE)
     def size(self):
         """Size of the cover


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