diff options
-rw-r--r-- | macosx/Controller.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index 8d404ad0b..9f2f4e8b8 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -7011,6 +7011,8 @@ return YES; job->maxWidth = job->width; job->maxHeight = job->height; hb_set_anamorphic_size( job, &w, &h, &par_w, &par_h ); + job->maxWidth = 0; + job->maxHeight = 0; job->width = w; job->height = h; } |