(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game name text box. Patch by benc.

This commit is contained in:
rubidium 2007-07-10 20:58:07 +00:00
parent e1bdad1e57
commit 0cd8274658
1 changed files with 0 additions and 1 deletions

View File

@ -745,7 +745,6 @@ static void NetworkStartServerWindowWndProc(Window *w, WindowEvent *e)
if (HandleEditBoxKey(w, &WP(w, network_ql_d).q, 3, e) == 1) break; // enter pressed
ttd_strlcpy(_network_server_name, WP(w, network_ql_d).q.text.buf, sizeof(_network_server_name));
UpdateTextBufferSize(&WP(w, network_ql_d).q.text);
}
break;