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();
|
timer.Start();
|
||||||
|
|
||||||
wasPressed = Input.Instance.GetNextBindEvent();
|
wasPressed = Input.Instance.GetNextBindEvent();
|
||||||
|
BackColor = Color.LightCyan;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnLeave(EventArgs e)
|
protected override void OnLeave(EventArgs e)
|
||||||
{
|
{
|
||||||
timer.Stop();
|
timer.Stop();
|
||||||
UpdateLabel();
|
UpdateLabel();
|
||||||
|
BackColor = SystemColors.Control;
|
||||||
base.OnLeave(e);
|
base.OnLeave(e);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Timer_Tick(object sender, EventArgs e)
|
private void Timer_Tick(object sender, EventArgs e)
|
||||||
|
|
Loading…
Reference in New Issue