Skip to content

Commit

Permalink
new wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierfriard committed Dec 22, 2023
1 parent e5bd8ea commit fb1a975
Show file tree
Hide file tree
Showing 11 changed files with 408 additions and 191 deletions.
4 changes: 2 additions & 2 deletions boris/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1487,9 +1487,9 @@ def jump_to(self) -> None:
if self.playerType != cfg.MEDIA:
return

jt = dialog.Ask_time(self.timeFormat)
jt = dialog.Ask_time(0)
jt.setWindowTitle("Jump to specific time")
jt.time_widget.set_time(dec(0))
jt.label.setText("Set the time")

if jt.exec_():
new_time = int(jt.time_widget.get_time())
Expand Down
Loading

0 comments on commit fb1a975

Please sign in to comment.