mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r10500) -Fix [FS#1007]: cannot navigate using arrow keys in the game name text box. Patch by benc.
This commit is contained in:
parent
e1bdad1e57
commit
0cd8274658
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user