[gnome-music/wip/mschraal/gtk4: 10/11] smoothscale: flakefix
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 10/11] smoothscale: flakefix
- Date: Tue, 28 Apr 2020 22:32:34 +0000 (UTC)
commit 8861cc95db9e9a3ae58accdb60f4231a94b50ed3
Author: Marinus Schraal <mschraal gnome org>
Date: Wed Apr 29 00:23:47 2020 +0200
smoothscale: flakefix
gnomemusic/widgets/smoothscale.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/widgets/smoothscale.py b/gnomemusic/widgets/smoothscale.py
index bd266e56..769219ea 100644
--- a/gnomemusic/widgets/smoothscale.py
+++ b/gnomemusic/widgets/smoothscale.py
@@ -162,7 +162,7 @@ class SmoothScale(Gtk.Scale):
duration = abs(self._player.props.duration)
style_context = self.get_style_context()
- state = style_context.get_state()
+ # state = style_context.get_state()
width = self.get_allocated_width()
padding = style_context.get_padding()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]