Oops, broken input widget highlighting when ripping out conflicts

This commit is contained in:
adelikat 2013-10-11 16:09:36 +00:00
parent e114f24865
commit f090fff176
1 changed files with 3 additions and 0 deletions

View File

@ -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)