[gnome-music/wip/mschraal/gtk4] smoothscale: flakefix



commit 4470eab81f126f53d5ed3697b133363df47c37cd
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]