- Quick mod16 height calculation when the user enters a width. This doesn't take cropping into account!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@638
b64f7644-9d1e-0410-96f1-
a4d463321fa5
text_width.BackColor = Color.LightGreen\r
End If\r
End If\r
+\r
+ If (Not lbl_Aspect.Text.Equals("Select a Title")) Then\r
+ Dim height As Integer = text_width.Text / lbl_Aspect.Text\r
+ Dim mod16 As Integer = height Mod 16\r
+ height = height - mod16\r
+ text_height.Text = height\r
+ End If\r
\r
Catch ex As Exception\r
\r