Skip to content

Commit

Permalink
fix video creation dialog not closed if video converter does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed May 21, 2019
1 parent 31c3068 commit 5936fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fract4dgui/AVIGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def show(self):
text=str(err))
error_dlg.run()
error_dlg.destroy()
self.dialog.destroy()

return -1

Expand Down

0 comments on commit 5936fc4

Please sign in to comment.