OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 7 Dec 2007 18:23:18 +0000 (18:23 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 7 Dec 2007 18:23:18 +0000 (18:23 +0000)
- Fixed the resolution handling code that got broken in the previous checkin

git-svn-id: svn://localhost/HandBrake/trunk@1103 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmMain.Designer.cs
win/C#/frmMain.cs

index c8b1714..35b335c 100644 (file)
@@ -595,6 +595,7 @@ namespace Handbrake
             this.text_height.Size = new System.Drawing.Size(64, 21);\r
             this.text_height.TabIndex = 28;\r
             this.ToolTip.SetToolTip(this.text_height, "Video Resolution (Height)");\r
+            this.text_height.TextChanged += new System.EventHandler(this.text_height_TextChanged);\r
             // \r
             // text_width\r
             // \r
@@ -605,6 +606,7 @@ namespace Handbrake
             this.text_width.Size = new System.Drawing.Size(64, 21);\r
             this.text_width.TabIndex = 26;\r
             this.ToolTip.SetToolTip(this.text_width, "Video Resolution (Width)");\r
+            this.text_width.TextChanged += new System.EventHandler(this.text_width_TextChanged);\r
             // \r
             // DVD_Open\r
             // \r
index f548e2d..99cb7ed 100644 (file)
@@ -1908,6 +1908,10 @@ namespace Handbrake
         #endregion\r
 \r
 \r
+\r
+   \r
+\r
+\r
         // This is the END of the road ------------------------------------------------------------------------------\r
     }\r
 }
\ No newline at end of file