From 63aa1add08a6e7030e344510952cad4354a3075e Mon Sep 17 00:00:00 2001 From: xmikecampx7 Date: Thu, 3 Jul 2014 23:22:08 +0000 Subject: [PATCH] Hides Tooltip after Profile Click --- BizHawk.Client.EmuHawk/MainForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Client.EmuHawk/MainForm.Designer.cs b/BizHawk.Client.EmuHawk/MainForm.Designer.cs index 0ca2b47ab6..71f5b97515 100644 --- a/BizHawk.Client.EmuHawk/MainForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/MainForm.Designer.cs @@ -2801,6 +2801,7 @@ // // ProfileFirstBootLabel // + this.ProfileFirstBootLabel.AutoToolTip = true; this.ProfileFirstBootLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.ProfileFirstBootLabel.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.user_blue; this.ProfileFirstBootLabel.Name = "ProfileFirstBootLabel";