diff options
-rw-r--r-- | macosx/Controller.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index 0715bff0e..2b81d3148 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -2955,7 +2955,7 @@ fWorkingCount = 0; } - //job->modulus = [[queueToApply objectForKey:@"PictureModulus"] intValue]; + job->modulus = [[queueToApply objectForKey:@"PictureModulus"] intValue]; /* we check to make sure the presets width/height does not exceed the sources width/height */ if (fTitle->width < [[queueToApply objectForKey:@"PictureWidth"] intValue] || fTitle->height < [[queueToApply objectForKey:@"PictureHeight"] intValue]) |