Fix input widget so that when auto-tab is off, escape still immediately updates the text

This commit is contained in:
andres.delikat 2011-07-23 19:43:08 +00:00
parent 33dc19ded2
commit b78202a4c6
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ namespace BizHawk.MultiClient
pos = 0;
else
pos++;
UpdateLabel();
}
}