diff options
author | jstebbins <[email protected]> | 2008-09-21 20:08:07 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-21 20:08:07 +0000 |
commit | 0529e62a266fb65c2bf4492b2e5d566879621537 (patch) | |
tree | b4e5078b90cb0cdb8475627b6abbfe3d2ef6dcdf /gtk/src/hb-backend.c | |
parent | 41d09f012cff42a24eed2a72941fbba167f98924 (diff) |
LinGui: delete key now deletes items in the queue
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1741 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r-- | gtk/src/hb-backend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index c25f02839..b05c249cc 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -3652,7 +3652,6 @@ ghb_get_preview_image( gboolean anamorphic = ghb_settings_get_boolean(settings, "anamorphic"); if (anamorphic) { - title->job->modulus = 1; hb_set_anamorphic_size( title->job, &width, &height, &par_width, &par_height ); if (par_width > par_height) dstWidth = dstWidth * par_width / par_height; |