summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r--win/C#/frmMain.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs
index c5c2fdf14..bd6d57208 100644
--- a/win/C#/frmMain.cs
+++ b/win/C#/frmMain.cs
@@ -692,9 +692,16 @@ namespace Handbrake
{
CheckPixelRatio.Enabled = false;
CheckPixelRatio.Checked = false;
+ text_height.Text = "";
+ text_height.Enabled = false;
+ text_height.BackColor = Color.LightGray;
}
else
+ {
CheckPixelRatio.Enabled = true;
+ text_height.Enabled = true;
+ text_height.BackColor = Color.White;
+ }
}
private void check_2PassEncode_CheckedChanged(object sender, EventArgs e)