summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-09-22 18:18:53 +0000
committersr55 <[email protected]>2009-09-22 18:18:53 +0000
commit0f5140c1d05969ef64be8838602cb98732a0932d (patch)
tree6a10f32ba69a8132036d58bdbc6af725d54624a1 /win
parentbe1cdf813acaaec2821e5bb6ba2aa157ffac2d32 (diff)
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
Diffstat (limited to 'win')
-rw-r--r--win/C#/Functions/PresetLoader.cs4
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;