Skip to content

Commit

Permalink
Load the initial frame when opening a video
Browse files Browse the repository at this point in the history
  • Loading branch information
healthonrails committed Jan 12, 2024
1 parent 3960be7 commit 03b93e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion annolid/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,6 @@ def openVideo(self, _value=False):
self.set_frame_number(self.frame_number)

self.actions.openNextImg.setEnabled(True)
self.openNextImg(load=True)

self.actions.openPrevImg.setEnabled(True)

Expand Down

0 comments on commit 03b93e6

Please sign in to comment.