Skip to content

Commit

Permalink
Fix bug of switching time machine
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Oct 15, 2023
1 parent afa3b91 commit ddbd82b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions viddy.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ func (v *Viddy) SetIsTimeMachine(b bool) {
v.isTimeMachine = b
if !v.isTimeMachine {
v.setSelection(v.latestFinishedID, -1)
} else {
v.goToNowOnTimeMachine()
}

v.arrange()
Expand Down

0 comments on commit ddbd82b

Please sign in to comment.