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)
|
||||
{
|
||||
if (keyData == Keys.Tab)
|
||||
{
|
||||
ReadKeys();
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue