- Fix a problem with loading presets. Height would be automatically generated if only a width was selected and a source had been scanned. The MaxWidth and Height causes a small libhb conflict, therefor, do not automatically generate a height when maxHeight or maxWidth is used.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1922
b64f7644-9d1e-0410-96f1-
a4d463321fa5
text_width.BackColor = Color.LightGreen;\r
\r
\r
- if (lbl_Aspect.Text != "Select a Title")\r
+ if (lbl_Aspect.Text != "Select a Title" && maxWidth != 0 && maxHeight != 0)\r
{\r
if (drp_anamorphic.Text == "None")\r
{\r