From 0f5140c1d05969ef64be8838602cb98732a0932d Mon Sep 17 00:00:00 2001 From: sr55 Date: Tue, 22 Sep 2009 18:18:53 +0000 Subject: WinGui: - Should probably set cropping to auto on presets that don't have crop values stored. (Cosmetic issue) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2835 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Functions/PresetLoader.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'win') 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; -- cgit v1.2.3