mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 22:28:56 +00:00
(svn r16255) -Fix [FS#2887] (r16237): Nested widgets of client list window used incorrect length.
This commit is contained in:
parent
8fc723800f
commit
977db77921
@ -1717,7 +1717,7 @@ static const WindowDesc _client_list_desc(
|
||||
WDP_AUTO, WDP_AUTO, 250, 1, 250, 1,
|
||||
WC_CLIENT_LIST, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
|
||||
_client_list_widgets, _nested_client_list_widgets, lengthof(_client_list_widgets)
|
||||
_client_list_widgets, _nested_client_list_widgets, lengthof(_nested_client_list_widgets)
|
||||
);
|
||||
|
||||
/* Finds the Xth client-info that is active */
|
||||
|
Loading…
Reference in New Issue
Block a user