Skip to content

Commit

Permalink
This was ported incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Jan 7, 2024
1 parent 95f134b commit d95cae0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cozy/ui/widgets/seek_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ def __init__(self, **kwargs):
click_gesture.connect("released", self._on_progress_scale_release)

keyboard_controller = Gtk.EventControllerKey()
keyboard_controller.connect("key-pressed", self._on_progress_scale_press)
keyboard_controller.connect("key-released", self._on_progress_scale_release)
keyboard_controller.connect("key-pressed", self._on_progress_key_pressed)
self.progress_scale.add_controller(keyboard_controller)

@property
Expand Down

0 comments on commit d95cae0

Please sign in to comment.