mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed 'SeekBar' when paused
This commit is contained in:
parent
d025c2d9c2
commit
6723f9b31b
@ -2248,6 +2248,8 @@ class SeekBar(Gtk.Box):
|
||||
self.jumped=False
|
||||
self.scale.set_has_origin(True)
|
||||
self.update=True
|
||||
if self.timeout_id == None:
|
||||
self.refresh()
|
||||
|
||||
def on_change_value(self, range, scroll, value): #value is inaccurate
|
||||
if scroll == Gtk.ScrollType.STEP_BACKWARD:
|
||||
|
Loading…
Reference in New Issue
Block a user