diff options
Diffstat (limited to 'macosx/HBPreviewController.m')
-rw-r--r-- | macosx/HBPreviewController.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m index 3ec00d2a3..7b59f712b 100644 --- a/macosx/HBPreviewController.m +++ b/macosx/HBPreviewController.m @@ -906,6 +906,9 @@ job->pass = 0; hb_add( fPreviewLibhb, job ); + /* we need to clean up the various lists after the job(s) have been set */ + hb_reset_job( job ); + [fEncodingControlBox setHidden: NO]; [fPictureControlBox setHidden: YES]; |