diff options
author | sr55 <[email protected]> | 2009-07-04 19:55:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-07-04 19:55:51 +0000 |
commit | 9389fc14e77d539cb369ac43b0ec2a70aa3c1fff (patch) | |
tree | 95ddacd10053dac07bc66f9f1577c2944f119ff4 /win/C#/Functions | |
parent | 39236e31497de99fe8e29458bab51d7a9d28a27d (diff) |
WinGui:
- Move all the GUI enable/disable property changes into one function for the picture panel.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2665 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions')
-rw-r--r-- | win/C#/Functions/PresetLoader.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/C#/Functions/PresetLoader.cs b/win/C#/Functions/PresetLoader.cs index 0b72d2915..912d6e519 100644 --- a/win/C#/Functions/PresetLoader.cs +++ b/win/C#/Functions/PresetLoader.cs @@ -123,15 +123,12 @@ namespace Handbrake.Functions mainWindow.PictureSettings.setMax();
-
-
// Custom Anamorphic Controls
mainWindow.PictureSettings.txt_displayWidth.Text = presetQuery.displayWidthValue.ToString();
mainWindow.PictureSettings.txt_parWidth.Text = presetQuery.pixelAspectWidth.ToString();
mainWindow.PictureSettings.txt_parHeight.Text = presetQuery.pixelAspectHeight.ToString();
mainWindow.PictureSettings.drop_modulus.SelectedItem = presetQuery.AnamorphicModulus;
-
#endregion
#region Filters
|