Skip to content

Commit

Permalink
Fix update video during scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Apr 29, 2016
1 parent ca3b084 commit 61c5d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/horus/gui/util/video_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def on_timer(self, event):
self.set_frame(frame)
else:
wx.CallAfter(self.set_frame, frame)
self._start()
self._start()
except:
pass

Expand Down

0 comments on commit 61c5d61

Please sign in to comment.