diff options
author | sr55 <[email protected]> | 2010-01-17 16:12:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-01-17 16:12:04 +0000 |
commit | 4ce078d06a1c45c562cfd1732ffcbfd60a8e5e5a (patch) | |
tree | b5a543d94c03b81ad647ea2b440c106bd432b86e /win/C#/Controls | |
parent | 21df9865a43a25f48a87da0c02d8b28f12939375 (diff) |
WinGui:
- Fix: Correctly set KeepAR for presets with w&h and w only.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3076 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls')
-rw-r--r-- | win/C#/Controls/PictureSettings.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Controls/PictureSettings.cs b/win/C#/Controls/PictureSettings.cs index 2c0d54463..cf8f022f1 100644 --- a/win/C#/Controls/PictureSettings.cs +++ b/win/C#/Controls/PictureSettings.cs @@ -325,7 +325,7 @@ namespace Handbrake.Controls labelStaticDisplaySize.Visible = false;
labelDisplaySize.Visible = false;
- check_KeepAR.Checked = true;
+ // check_KeepAR.Checked = true;
drp_modulus.SelectedIndex = 0;
if (check_KeepAR.Checked)
|