mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly.
A better solution will be deviced, but not now. Let's not cause a ton of bug reports
This commit is contained in:
@@ -1852,7 +1852,7 @@ static const Widget _chat_window_widgets[] = {
|
||||
static const WindowDesc _chat_window_desc = {
|
||||
WDP_CENTER, -26, 320, 14, 640, 14, // x, y, width, height
|
||||
WC_SEND_NETWORK_MSG, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_TEXTENTRY,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET,
|
||||
_chat_window_widgets,
|
||||
ChatWindowWndProc
|
||||
};
|
||||
@@ -1951,7 +1951,7 @@ static const Widget _ncp_window_widgets[] = {
|
||||
static const WindowDesc _ncp_window_desc = {
|
||||
WDP_AUTO, WDP_AUTO, 300, 63, 300, 63,
|
||||
WC_COMPANY_PASSWORD_WINDOW, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_TEXTENTRY,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON,
|
||||
_ncp_window_widgets,
|
||||
NetworkCompanyPasswordWindowWndProc
|
||||
};
|
||||
|
Reference in New Issue
Block a user