Skip to content

Commit

Permalink
Merge pull request #4308 from OpenShot/fix-mapper-regression
Browse files Browse the repository at this point in the history
Fixing a regression on Export dialog (FrameMapper was sometimes missing)
  • Loading branch information
JacksonRG authored Aug 11, 2021
2 parents eade368 + 2f12940 commit 81bca85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/windows/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,9 @@ def titlestring(sec, fps, mess):

# Re-update the timeline FPS again (since the timeline just got clobbered)
self.updateFrameRate()
self.timeline.ApplyMapperToClips()

# Apply mappers to timeline readers
self.timeline.ApplyMapperToClips()

# Create FFmpegWriter
try:
Expand Down

0 comments on commit 81bca85

Please sign in to comment.