]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Wed, 22 Jul 2009 19:39:38 +0000 (19:39 +0000)
committersr55 <sr55.hb@outlook.com>
Wed, 22 Jul 2009 19:39:38 +0000 (19:39 +0000)
- 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

win/C#/Controls/PictureSettings.cs

index 2ad34a4d581b04cb69772982a8e18a9692bac491..ed9b4474e076aad21ec06c50d38776608d082818 100644 (file)
@@ -57,6 +57,7 @@ namespace Handbrake.Controls
                 }\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