From f7cc7eeeddae4af9ab90edcdb03e0b51744fcc20 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 18 Jun 2010 19:29:22 +0000 Subject: [PATCH] WinGui: - Forgot to make the pfr control visible :( git-svn-id: svn://localhost/HandBrake/trunk@3389 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmMain.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index ee7df215..713ca101 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -1753,6 +1753,10 @@ namespace Handbrake { this.checkMaximumFramerate.Visible = false; this.checkMaximumFramerate.CheckState = CheckState.Unchecked; + } + else + { + this.checkMaximumFramerate.Visible = true; } } -- 2.11.0