summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Controller.m7
1 files changed, 4 insertions, 3 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m
index 0dcc091dd..580881e1d 100644
--- a/macosx/Controller.m
+++ b/macosx/Controller.m
@@ -5887,9 +5887,10 @@ return YES;
[fPresetNewPicSettingsPopUp addItemWithTitle:@"None"];
[fPresetNewPicSettingsPopUp addItemWithTitle:@"Custom"];
[fPresetNewPicSettingsPopUp addItemWithTitle:@"Source Maximum (post source scan)"];
- [fPresetNewPicSettingsPopUp selectItemAtIndex: 0];
- /* Uncheck the preset use filters checkbox */
- [fPresetNewPicFiltersCheck setState:NSOffState];
+ /* Use current width and height by default (Custom) */
+ [fPresetNewPicSettingsPopUp selectItemAtIndex: 1];
+ /* Save the current filters in the preset by default */
+ [fPresetNewPicFiltersCheck setState:NSOnState];
// fPresetNewFolderCheck
[fPresetNewFolderCheck setState:NSOffState];
/* Erase info from the input fields*/