summaryrefslogtreecommitdiffstats
path: root/win/C#/Controls/x264Panel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Controls/x264Panel.cs')
-rw-r--r--win/C#/Controls/x264Panel.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/Controls/x264Panel.cs b/win/C#/Controls/x264Panel.cs
index 6790bb743..dd1572abb 100644
--- a/win/C#/Controls/x264Panel.cs
+++ b/win/C#/Controls/x264Panel.cs
@@ -8,6 +8,11 @@ namespace Handbrake.Controls
public x264Panel()
{
InitializeComponent();
+
+ if (Properties.Settings.Default.tooltipEnable == "Checked")
+ setToolTipActive(true);
+
+ reset2Defaults();
}
public string x264Query