diff options
-rw-r--r-- | macosx/HBPresets.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m index d242c43f1..63ab758df 100644 --- a/macosx/HBPresets.m +++ b/macosx/HBPresets.m @@ -757,7 +757,7 @@ /* Note: decided to use Fast Decomb. This makes this the only device preset using * decomb that we have. Fast Decomb is better than no decomb imo and has basically no * speed hit on progressive sources. Once Default decomb is sped up, we can switch */ - [preset setObject:[NSNumber numberWithInt:1] forKey:@"PictureDecomb"]; + [preset setObject:[NSNumber numberWithInt:3] forKey:@"PictureDecomb"]; /* Set crop settings here */ /* The Auto Crop Matrix in the Picture Window autodetects differences in crop settings */ |