Skip to content

Commit

Permalink
Merge pull request #5201 from OpenShot/edit-title-error
Browse files Browse the repository at this point in the history
`Edit Title` does not update thumbnails on timeline
  • Loading branch information
jonoomph committed Apr 13, 2023
2 parents c05a3c9 + 6ff1dbe commit db2e8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def actionEditTitle_trigger(self):
c.save()

# Emit thumbnail update signal (to update timeline thumb image)
self.ThumbnailUpdated.emit(c.id)
self.ThumbnailUpdated.emit(c.id, 1)

# Update preview
self.refreshFrameSignal.emit()
Expand Down

0 comments on commit db2e8e8

Please sign in to comment.