From a1365b1285c50c34e58172289330c089125c6f93 Mon Sep 17 00:00:00 2001 From: sr55 Date: Tue, 14 Apr 2009 22:41:45 +0000 Subject: WinGui: - Patch by ExDeus - http://forum.handbrake.fr/viewtopic.php?f=4&t=9642&start=25#p54267 - Few redundant code functions removed, code layout tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2328 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Controls/x264Panel.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/C#/Controls') 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 -- cgit v1.2.3