Fix input widget so that when auto-tab is off, escape still immediately updates the text
This commit is contained in:
parent
33dc19ded2
commit
b78202a4c6
|
@ -160,6 +160,7 @@ namespace BizHawk.MultiClient
|
|||
pos = 0;
|
||||
else
|
||||
pos++;
|
||||
UpdateLabel();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue