Input widget - fix behavior of TAB key
This commit is contained in:
parent
1496c9eb1d
commit
3e87c297fc
|
@ -194,11 +194,7 @@ namespace BizHawk.MultiClient
|
||||||
|
|
||||||
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
|
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
|
||||||
{
|
{
|
||||||
if (keyData == Keys.Tab)
|
return true;
|
||||||
{
|
|
||||||
ReadKeys();
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue