diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index 9bc89cb4a..a9f58c885 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -4836,7 +4836,8 @@ the user is using "Custom" settings by determining the sender*/ * If not 2 it must be 1 here which means "Use the picture * size specified in the preset" */ - if ([[chosenPreset objectForKey:@"UsesPictureSettings"] intValue] != 2) + if ([[chosenPreset objectForKey:@"UsesPictureSettings"] intValue] != 2 && + [[chosenPreset objectForKey:@"UsesMaxPictureSettings"] intValue] != 1) { /* * if the preset specifies neither max. width nor height |