Re-add enable/disable behaviour to background input config checkboxes
erroneously removed in 74ba28146
CBB linking the whole commit and revert history
This commit is contained in:
parent
c28de357a2
commit
3fb35b1599
|
@ -181,6 +181,7 @@
|
||||||
this.AcceptBackgroundInputCheckbox.TabIndex = 23;
|
this.AcceptBackgroundInputCheckbox.TabIndex = 23;
|
||||||
this.AcceptBackgroundInputCheckbox.Text = "Accept background input";
|
this.AcceptBackgroundInputCheckbox.Text = "Accept background input";
|
||||||
this.AcceptBackgroundInputCheckbox.UseVisualStyleBackColor = true;
|
this.AcceptBackgroundInputCheckbox.UseVisualStyleBackColor = true;
|
||||||
|
this.AcceptBackgroundInputCheckbox.CheckedChanged += new System.EventHandler(this.AcceptBackgroundInputCheckbox_CheckedChanged);
|
||||||
//
|
//
|
||||||
// AcceptBackgroundInputControllerOnlyCheckBox
|
// AcceptBackgroundInputControllerOnlyCheckBox
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue