- Fix a bug introduced in the last PictureSettings check-in. Width text box would be 0 if strict anamorphic was selected after a scan had completed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2725
b64f7644-9d1e-0410-96f1-
a4d463321fa5
}\r
else\r
{\r
+ text_width.Value = _SourceTitle.Resolution.Width;\r
text_height.Value = _SourceTitle.Resolution.Height - (int)crop_top.Value - (int)crop_bottom.Value;\r
labelDisplaySize.Text = calculateAnamorphicSizes().Width + "x" + calculateAnamorphicSizes().Height;\r
}\r