Oops, broken input widget highlighting when ripping out conflicts
This commit is contained in:
parent
e114f24865
commit
f090fff176
|
@ -64,13 +64,16 @@ namespace BizHawk.MultiClient
|
|||
timer.Start();
|
||||
|
||||
wasPressed = Input.Instance.GetNextBindEvent();
|
||||
BackColor = Color.LightCyan;
|
||||
}
|
||||
|
||||
protected override void OnLeave(EventArgs e)
|
||||
{
|
||||
timer.Stop();
|
||||
UpdateLabel();
|
||||
BackColor = SystemColors.Control;
|
||||
base.OnLeave(e);
|
||||
|
||||
}
|
||||
|
||||
private void Timer_Tick(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in New Issue