diff options
-rw-r--r-- | win/C#/Functions/PresetLoader.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/C#/Functions/PresetLoader.cs b/win/C#/Functions/PresetLoader.cs index f0ac81c3c..3018b915d 100644 --- a/win/C#/Functions/PresetLoader.cs +++ b/win/C#/Functions/PresetLoader.cs @@ -73,11 +73,9 @@ namespace Handbrake.Functions #endregion
#region Picture
-
+ mainWindow.PictureSettings.check_autoCrop.Checked = true;
if (pictureSettings) // only Load picture settings if the perset requires it
{
- mainWindow.PictureSettings.check_autoCrop.Checked = true;
-
if (presetQuery.CropValues != null)
{
int top, bottom, left, right;
|