From 3fb35b159982fb7fbd9e8e98e65a9bc601cdeffe Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 5 Mar 2021 03:08:57 +1000 Subject: [PATCH] Re-add enable/disable behaviour to background input config checkboxes erroneously removed in 74ba28146 CBB linking the whole commit and revert history --- src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs b/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs index dcdf1dc299..105baae6ab 100644 --- a/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/config/EmuHawkOptions.Designer.cs @@ -181,6 +181,7 @@ this.AcceptBackgroundInputCheckbox.TabIndex = 23; this.AcceptBackgroundInputCheckbox.Text = "Accept background input"; this.AcceptBackgroundInputCheckbox.UseVisualStyleBackColor = true; + this.AcceptBackgroundInputCheckbox.CheckedChanged += new System.EventHandler(this.AcceptBackgroundInputCheckbox_CheckedChanged); // // AcceptBackgroundInputControllerOnlyCheckBox //