[gnome-music/wip/mschraal/gtk4: 45/52] coverstack: Disable art
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 45/52] coverstack: Disable art
- Date: Thu, 31 Oct 2019 15:41:30 +0000 (UTC)
commit 94599c7b3b54f9247b49ea4393365e5a18cd378e
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 ab1f69ea..686449c9 100644
--- a/gnomemusic/widgets/coverstack.py
+++ b/gnomemusic/widgets/coverstack.py
@@ -130,10 +130,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]